freebsd-ports/sysutils/libcdio/Makefile
Michael Landin 7970db5f9e o Update to -> 0.75
- audio volume level fix on Microsoft Windows
	- fix build when --enable-shared, --disable-static
	- CD-Text retrieval fix
	- allow the MMC timeout to be adjusted by the application
	- cd-paranoia: Add option --mmc-timeout (-m) to set MMC timeout.
  	We now check that integer arguments are integers and are within
  	range.
	- changes for libcddb 1.1.0 API change
	- remove gcc 4.0 warnings
	- miscellaneous small bug fixes, removal of questionable idioms or
	memory leak fixes
2005-07-12 12:48:30 +00:00

36 lines
903 B
Makefile

# New ports collection makefile for: libcdio
# Date created: 2004-04-04
# Whom: arved
#
# $FreeBSD$
PORTNAME= libcdio
PORTVERSION= 0.75
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= libcdio
MAINTAINER= mich@FreeBSD.org
COMMENT= Compact Disc Input and Control Library
LIB_DEPENDS= cddb.2:${PORTSDIR}/audio/libcddb \
popt.0:${PORTSDIR}/devel/popt
USE_LIBTOOL_VER=15
USE_GNOME= gnometarget pkgconfig gnomehack
USE_GMAKE= yes
USE_ICONV= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS+= --with-libpopt-prefix=${LOCALBASE} \
--with-libiconv-prefix=${LOCALBASE} \
--without-cd-paranoia
USE_REINPLACE= yes
USE_PERL5_BUILD=yes
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -liconv"
INFO= libcdio
post-patch:
${REINPLACE_CMD} -e "s,freebsd5\.\*,freebsd5\.\*|freebsd6\.\*," ${WRKSRC}/configure
.include <bsd.port.mk>