|
Lines 6-13
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= libamrnb |
8 |
PORTNAME= libamrnb |
| 9 |
PORTVERSION= 6.1.0.4 |
9 |
PORTVERSION= 7.0.0.0 |
| 10 |
PORTREVISION= 1 |
|
|
| 11 |
PORTEPOCH= 1 |
10 |
PORTEPOCH= 1 |
| 12 |
CATEGORIES= audio |
11 |
CATEGORIES= audio |
| 13 |
MASTER_SITES= http://ftp.penguin.cz/pub/users/utx/amr/ \ |
12 |
MASTER_SITES= http://ftp.penguin.cz/pub/users/utx/amr/ \ |
|
Lines 21-53
Link Here
|
| 21 |
|
20 |
|
| 22 |
BUILD_DEPENDS= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip |
21 |
BUILD_DEPENDS= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip |
| 23 |
|
22 |
|
| 24 |
SRC3GPP= 26104-610.zip |
23 |
RESTRICTED= license prohibits redistribution |
| 25 |
|
24 |
RESTRICTED_FILES= ${SRC3GPP} |
| 26 |
USE_BZIP2= yes |
25 |
USE_BZIP2= yes |
| 27 |
USE_GMAKE= yes |
26 |
USE_GMAKE= yes |
| 28 |
USE_AUTOTOOLS= libtool:15 |
27 |
USE_AUTOTOOLS= libtool:15 |
| 29 |
GNU_CONFIGURE= yes |
|
|
| 30 |
CONFIGURE_ENV+= LANG=C |
| 31 |
USE_LDCONFIG= yes |
| 32 |
RESTRICTED= license prohibits redistribution |
| 33 |
RESTRICTED_FILES= ${SRC3GPP} |
| 34 |
PORTDOCS= AUTHORS COPYING ChangeLog NEWS README TODO readme.txt |
28 |
PORTDOCS= AUTHORS COPYING ChangeLog NEWS README TODO readme.txt |
| 35 |
SUB_FILES= pkg-message |
29 |
SUB_FILES= pkg-message |
|
|
30 |
GNU_CONFIGURE= yes |
| 31 |
CONFIGURE_ENV+= LANG=C |
| 36 |
MAKE_ENV= LANG=C |
32 |
MAKE_ENV= LANG=C |
|
|
33 |
USE_LDCONFIG= yes |
| 34 |
|
| 35 |
SRC3GPP= 26104-700.zip |
| 37 |
|
36 |
|
| 38 |
post-extract: |
37 |
post-extract: |
| 39 |
@${CP} ${DISTDIR}/${SRC3GPP} ${WRKSRC} |
38 |
@${CP} ${DISTDIR}/${SRC3GPP} ${WRKSRC}/ |
| 40 |
|
39 |
|
| 41 |
post-install: |
40 |
post-install: |
| 42 |
.ifndef(NOPORTDOCS) |
41 |
.ifndef(NOPORTDOCS) |
| 43 |
@${ECHO} -n Install documents: |
42 |
${MKDIR} ${DOCSDIR} |
| 44 |
@${MKDIR} ${DOCSDIR} |
|
|
| 45 |
. for FILE in ${PORTDOCS} |
43 |
. for FILE in ${PORTDOCS} |
| 46 |
@${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} |
44 |
${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} |
| 47 |
@${ECHO} -n " ${FILE}" |
|
|
| 48 |
. endfor |
45 |
. endfor |
| 49 |
@${ECHO} . |
|
|
| 50 |
@${ECHO} |
| 51 |
.endif |
46 |
.endif |
| 52 |
@${CAT} ${PKGMESSAGE} |
47 |
@${CAT} ${PKGMESSAGE} |
| 53 |
|
48 |
|