freebsd-ports/multimedia/vcdimager/Makefile

38 lines
1.1 KiB
Makefile
Raw Normal View History

# 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
2003-04-24 22:26:17 +02:00
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
2004-04-04 20:04:15 +02:00
MAINTAINER= ports@FreeBSD.org
2003-02-22 15:38:12 +01:00
COMMENT= "GNU VCDImager/VCDRip -- The GNU VideoCD Image Maker/Ripping Tool"
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
2004-04-04 20:04:15 +02:00
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"
2003-08-04 19:45:40 +02:00
MAN1= cdxa2mpeg.1 vcdimager.1 vcdxminfo.1 vcdxrip.1 vcdxgen.1 \
2004-04-04 20:04:15 +02:00
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>