3f5539e619
- Fix LICENSE and move upward - Convert to USES=localbase - Whitespace fix - Actually build the FreeBSD driver for > 10.x - Sort pkg-plist
33 lines
638 B
Makefile
33 lines
638 B
Makefile
# Created by: arved
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libcdio
|
|
PORTVERSION= 0.94
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= GNU
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Compact Disc Input and Control Library
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libcddb.so:audio/libcddb
|
|
|
|
USES= cpe gmake iconv localbase libtool \
|
|
ncurses pathfix perl5 pkgconfig
|
|
USE_PERL5= build
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG}
|
|
LIBS+= ${ICONV_LIB}
|
|
|
|
INFO= libcdio
|
|
CPE_VENDOR= gnu
|
|
INSTALL_TARGET= install-strip
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|freebsd10\.\*|freebsd*|g' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|