|
Lines 2-8
Link Here
|
| 2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= serd |
4 |
PORTNAME= serd |
| 5 |
PORTVERSION= 0.24.0 |
5 |
PORTVERSION= 0.26.0 |
| 6 |
CATEGORIES= devel |
6 |
CATEGORIES= devel |
| 7 |
MASTER_SITES= http://download.drobilla.net/ |
7 |
MASTER_SITES= http://download.drobilla.net/ |
| 8 |
|
8 |
|
|
Lines 15-20
Link Here
|
| 15 |
USES= pkgconfig tar:bzip2 waf |
15 |
USES= pkgconfig tar:bzip2 waf |
| 16 |
USE_LDCONFIG= yes |
16 |
USE_LDCONFIG= yes |
| 17 |
|
17 |
|
|
|
18 |
PLIST_SUB= SERDVERSION=${PORTVERSION} |
| 19 |
|
| 18 |
post-install: |
20 |
post-install: |
| 19 |
${MV} ${STAGEDIR}${PREFIX}/lib/pkgconfig ${STAGEDIR}${PREFIX}/libdata/ |
21 |
${MV} ${STAGEDIR}${PREFIX}/lib/pkgconfig ${STAGEDIR}${PREFIX}/libdata/ |
| 20 |
${MV} ${STAGEDIR}${PREFIX}/share/man/man1 ${STAGEDIR}${PREFIX}/man/ |
22 |
${MV} ${STAGEDIR}${PREFIX}/share/man/man1 ${STAGEDIR}${PREFIX}/man/ |