Lines 9-15
Link Here
|
9 |
PORTVERSION= 0.1.8 |
9 |
PORTVERSION= 0.1.8 |
10 |
PORTREVISION= 1 |
10 |
PORTREVISION= 1 |
11 |
CATEGORIES= audio |
11 |
CATEGORIES= audio |
12 |
MASTER_SITES= http://www.mega-nerd.com/SRC/ |
12 |
MASTER_SITES= http://www.mega-nerd.com/SRC/ \ |
|
|
13 |
${MASTER_SITE_LOCAL} |
13 |
MAINTAINER= multimedia@FreeBSD.org |
14 |
MAINTAINER= multimedia@FreeBSD.org |
14 |
COMMENT= Secret Rabbit Code: a Sample Rate Converter for audio |
15 |
COMMENT= Secret Rabbit Code: a Sample Rate Converter for audio |
Lines 25-30
Link Here
|
25 |
USE_LDCONFIG= yes |
26 |
USE_LDCONFIG= yes |
26 |
MAKE_ARGS= htmldocdir=${PREFIX}/share/doc/libsamplerate |
27 |
MAKE_ARGS= htmldocdir=${PREFIX}/share/doc/libsamplerate |
|
|
28 |
test: |
29 |
@(cd ${WRKSRC}; make test) |
30 |
|
27 |
pre-install: |
31 |
pre-install: |
28 |
.if defined(NOPORTDOCS) |
32 |
.if defined(NOPORTDOCS) |
29 |
@${REINPLACE_CMD} -e 's/SUBDIRS = M4 src doc examples tests/SUBDIRS = M4 src examples tests/' ${WRKSRC}/Makefile |
33 |
@${REINPLACE_CMD} -e 's/SUBDIRS = M4 src doc examples tests/SUBDIRS = M4 src examples tests/' ${WRKSRC}/Makefile |