Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= libburn |
8 |
PORTNAME= libburn |
9 |
PORTVERSION= 0.6.4 |
9 |
PORTVERSION= 0.6.8 |
10 |
CATEGORIES= devel |
10 |
CATEGORIES= devel |
11 |
MASTER_SITES= http://files.libburnia-project.org/releases/ |
11 |
MASTER_SITES= http://files.libburnia-project.org/releases/ |
12 |
DISTFILES= ${PORTNAME}-${PORTVERSION}.pl00${EXTRACT_SUFX} |
12 |
DISTFILES= ${PORTNAME}-${PORTVERSION}.pl00${EXTRACT_SUFX} |
Lines 20-31
Link Here
|
20 |
USE_LDCONFIG= yes |
20 |
USE_LDCONFIG= yes |
21 |
MAN1= cdrskin.1 |
21 |
MAN1= cdrskin.1 |
22 |
|
22 |
|
23 |
.include <bsd.port.pre.mk> |
23 |
.include <bsd.port.mk> |
24 |
|
|
|
25 |
post-install: |
26 |
${MKDIR} ${PREFIX}/libdata/pkgconfig |
27 |
${MV} ${PREFIX}/lib/pkgconfig/${PORTNAME}-1.pc ${PREFIX}/libdata/pkgconfig/${PORTNAME}-1.pc |
28 |
${RMDIR} ${PREFIX}/lib/pkgconfig |
29 |
@${CAT} ${PKGMESSAGE} |
30 |
|
31 |
.include <bsd.port.post.mk> |