2004-04-04 17:35:44 +00:00
|
|
|
# New ports collection makefile for: libcdio
|
|
|
|
# Date created: 2004-04-04
|
|
|
|
# Whom: arved
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libcdio
|
2005-10-04 14:15:07 +00:00
|
|
|
PORTVERSION= 0.76
|
2004-04-04 17:35:44 +00:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MASTER_SITE_SUBDIR= libcdio
|
|
|
|
|
2005-07-11 15:04:36 +00:00
|
|
|
MAINTAINER= mich@FreeBSD.org
|
2004-04-04 17:35:44 +00:00
|
|
|
COMMENT= Compact Disc Input and Control Library
|
|
|
|
|
2005-07-24 03:35:15 +00:00
|
|
|
LIB_DEPENDS= cddb.3:${PORTSDIR}/audio/libcddb \
|
2004-12-08 22:19:42 +00:00
|
|
|
popt.0:${PORTSDIR}/devel/popt
|
2004-04-04 17:35:44 +00:00
|
|
|
|
2005-11-15 06:52:12 +00:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2004-04-04 17:35:44 +00:00
|
|
|
USE_GNOME= gnometarget pkgconfig gnomehack
|
|
|
|
USE_GMAKE= yes
|
2004-12-08 22:19:42 +00:00
|
|
|
USE_ICONV= yes
|
2004-04-04 17:35:44 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2004-12-08 22:19:42 +00:00
|
|
|
CONFIGURE_ARGS+= --with-libpopt-prefix=${LOCALBASE} \
|
2005-10-04 14:15:07 +00:00
|
|
|
--with-libiconv-prefix=${LOCALBASE} \
|
|
|
|
--without-cd-paranoia
|
2004-05-24 07:50:12 +00:00
|
|
|
USE_REINPLACE= yes
|
2005-02-20 19:22:37 +00:00
|
|
|
USE_PERL5_BUILD=yes
|
2004-12-08 22:19:42 +00:00
|
|
|
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -liconv"
|
2004-04-04 17:35:44 +00:00
|
|
|
|
|
|
|
INFO= libcdio
|
|
|
|
|
2004-12-08 22:19:42 +00:00
|
|
|
post-patch:
|
2006-01-16 15:29:59 +00:00
|
|
|
${REINPLACE_CMD} -e "s,freebsd5\.\*,freebsd5\.\*|freebsd6\.\*|freebsd7\.\*," ${WRKSRC}/configure
|
2004-12-08 22:19:42 +00:00
|
|
|
|
2004-06-26 12:56:44 +00:00
|
|
|
.include <bsd.port.mk>
|