|
Lines 2-9
Link Here
|
| 2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= libcdio |
4 |
PORTNAME= libcdio |
| 5 |
PORTVERSION= 0.83 |
5 |
PORTVERSION= 0.92 |
| 6 |
PORTREVISION= 2 |
|
|
| 7 |
CATEGORIES= sysutils |
6 |
CATEGORIES= sysutils |
| 8 |
MASTER_SITES= ${MASTER_SITE_GNU} |
7 |
MASTER_SITES= ${MASTER_SITE_GNU} |
| 9 |
MASTER_SITE_SUBDIR= libcdio |
8 |
MASTER_SITE_SUBDIR= libcdio |
|
Lines 11-24
Link Here
|
| 11 |
MAINTAINER= arved@FreeBSD.org |
10 |
MAINTAINER= arved@FreeBSD.org |
| 12 |
COMMENT= Compact Disc Input and Control Library |
11 |
COMMENT= Compact Disc Input and Control Library |
| 13 |
|
12 |
|
| 14 |
LIB_DEPENDS= libcddb.so:${PORTSDIR}/audio/libcddb \ |
13 |
LIB_DEPENDS= libcddb.so:${PORTSDIR}/audio/libcddb |
| 15 |
libcdda_paranoia.so:${PORTSDIR}/audio/cdparanoia |
|
|
| 16 |
|
14 |
|
| 17 |
LICENSE= GPLv3 |
15 |
LICENSE= GPLv3 |
| 18 |
LICENSE_FILE= ${WRKSRC}/COPYING |
16 |
LICENSE_FILE= ${WRKSRC}/COPYING |
| 19 |
|
17 |
|
| 20 |
GNU_CONFIGURE= yes |
18 |
GNU_CONFIGURE= yes |
| 21 |
USES= pathfix pkgconfig iconv ncurses gmake perl5 |
19 |
USES= pathfix pkgconfig iconv ncurses gmake perl5 libtool:keepla |
| 22 |
USE_LDCONFIG= yes |
20 |
USE_LDCONFIG= yes |
| 23 |
CONFIGURE_ARGS+=${ICONV_CONFIGURE_ARG} |
21 |
CONFIGURE_ARGS+=${ICONV_CONFIGURE_ARG} |
| 24 |
USE_PERL5= build |
22 |
USE_PERL5= build |
|
Lines 30-37
Link Here
|
| 30 |
.include <bsd.port.pre.mk> |
28 |
.include <bsd.port.pre.mk> |
| 31 |
|
29 |
|
| 32 |
post-patch: |
30 |
post-patch: |
| 33 |
${REINPLACE_CMD} -e 's|/jp/man1|/ja/man1|' \ |
|
|
| 34 |
${WRKSRC}/src/cd-paranoia/doc/ja/Makefile.in |
| 35 |
${REINPLACE_CMD} -e "s,freebsd5\.\*,freebsd*," ${WRKSRC}/configure |
31 |
${REINPLACE_CMD} -e "s,freebsd5\.\*,freebsd*," ${WRKSRC}/configure |
| 36 |
|
32 |
|
| 37 |
.include <bsd.port.post.mk> |
33 |
.include <bsd.port.post.mk> |