Lines 3-27
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= sidplay |
4 |
PORTNAME= sidplay |
5 |
PORTVERSION= 1.0.9 |
5 |
PORTVERSION= 1.0.9 |
|
|
6 |
DISTVERSIONPREFIX= base- |
6 |
CATEGORIES= audio emulators |
7 |
CATEGORIES= audio emulators |
7 |
MASTER_SITES= http://bsd-geek.de/FreeBSD/distfiles/ |
8 |
MASTER_SITES= http://bsd-geek.de/FreeBSD/distfiles/ \ |
8 |
DISTNAME= ${PORTNAME}-base-${PORTVERSION} |
9 |
http://www.sourcefiles.org/Multimedia/Module_Players/ |
9 |
EXTRACT_SUFX= .tgz |
10 |
EXTRACT_SUFX= .tgz |
10 |
|
11 |
|
11 |
MAINTAINER= ports@FreeBSD.org |
12 |
MAINTAINER= ports@FreeBSD.org |
12 |
COMMENT= Commodore SID-chip emulator that plays SID music files |
13 |
COMMENT= Commodore SID-chip emulator that plays SID music files |
13 |
|
14 |
|
|
|
15 |
LICENSE= GPLv2 # (or later) |
16 |
|
14 |
LIB_DEPENDS= libsidplay.so:${PORTSDIR}/audio/libsidplay |
17 |
LIB_DEPENDS= libsidplay.so:${PORTSDIR}/audio/libsidplay |
15 |
|
18 |
|
|
|
19 |
GNU_CONFIGURE= yes |
16 |
CONFIGURE_ARGS= --with-sidplay-includes=${LOCALBASE}/include \ |
20 |
CONFIGURE_ARGS= --with-sidplay-includes=${LOCALBASE}/include \ |
17 |
--with-sidplay-library=${LOCALBASE}/lib |
21 |
--with-sidplay-library=${LOCALBASE}/lib |
18 |
|
22 |
|
19 |
WRKSRC= ${WRKDIR}/${PORTNAME}-base-${PORTVERSION} |
23 |
PLIST_FILES= bin/sid2wav bin/sidcon bin/sidplay |
20 |
GNU_CONFIGURE= yes |
|
|
21 |
NO_STAGE= yes |
22 |
|
23 |
post-install: |
24 |
${STRIP_CMD} ${PREFIX}/bin/sidplay ${PREFIX}/bin/sid2wav \ |
25 |
${PREFIX}/bin/sidcon |
26 |
|
24 |
|
27 |
.include <bsd.port.mk> |
25 |
.include <bsd.port.mk> |