freebsd-ports/multimedia/vcdimager/Makefile
Tilman Keskinoz 898bfc7019 libcdio: Update to 0.71
vcdimager: Update to 0.7.21
vlc: Chase share library bumps, Bump PORTREVISION
2004-12-08 22:19:42 +00:00

37 lines
1.1 KiB
Makefile

# New ports collection makefile for: vcdimager
# Date created: 16 April 2001
# Whom: Harold Gutch <logix@foobar.franken.de>
#
# $FreeBSD$
PORTNAME= vcdimager
PORTVERSION= 0.7.21
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_GNU} \
http://download.videolan.org/pub/videolan/vlc/0.8.1/contrib/ \
http://www.vcdimager.org/pub/vcdimager/vcdimager-0.7_UNSTABLE/
MASTER_SITE_SUBDIR= vcdimager
MAINTAINER= ports@FreeBSD.org
COMMENT= "GNU VCDImager/VCDRip -- The GNU VideoCD Image Maker/Ripping Tool"
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
xml2:${PORTSDIR}/textproc/libxml2 \
cdio.3:${PORTSDIR}/sysutils/libcdio
USE_LIBTOOL_VER=15
INSTALLS_SHLIB= yes
USE_REINPLACE= yes
USE_GMAKE= yes
USE_GNOME= gnometarget gnomehack pkgconfig lthack
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= cdxa2mpeg.1 vcdimager.1 vcdxminfo.1 vcdxrip.1 vcdxgen.1 \
vcdxbuild.1 vcd-info.1
INFO= vcdimager vcdxrip vcd-info
post-patch:
@${REINPLACE_CMD} -e 's|libvcd||' ${WRKSRC}/libvcdinfo.pc.in
.include <bsd.port.mk>