2002-01-27 18:35:29 +01:00
|
|
|
# New ports collection makefile for: vcdimager
|
|
|
|
# Date created: 16 April 2001
|
|
|
|
# Whom: Harold Gutch <logix@foobar.franken.de>
|
2001-04-16 22:00:01 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= vcdimager
|
2011-03-29 19:00:17 +02:00
|
|
|
PORTVERSION= 0.7.24
|
2003-04-24 22:26:17 +02:00
|
|
|
CATEGORIES= multimedia
|
2005-05-03 08:22:15 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
2004-12-08 23:19:42 +01:00
|
|
|
MASTER_SITE_SUBDIR= vcdimager
|
2001-04-16 22:00:01 +02:00
|
|
|
|
2006-06-09 20:59:20 +02:00
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
|
|
|
COMMENT= GNU VCDImager/VCDRip -- The GNU VideoCD Image Maker/Ripping Tool
|
2001-04-16 22:00:01 +02:00
|
|
|
|
2011-03-29 19:00:17 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2002-01-27 18:35:29 +01:00
|
|
|
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
|
2004-04-04 20:04:15 +02:00
|
|
|
xml2:${PORTSDIR}/textproc/libxml2 \
|
2009-11-28 11:34:26 +01:00
|
|
|
cdio.12:${PORTSDIR}/sysutils/libcdio
|
2002-01-27 18:35:29 +01:00
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2007-03-26 23:35:04 +02:00
|
|
|
USE_LDCONFIG= yes
|
2002-01-27 18:35:29 +01:00
|
|
|
USE_GMAKE= yes
|
2004-09-01 10:54:29 +02:00
|
|
|
USE_GNOME= gnometarget gnomehack pkgconfig lthack
|
2001-04-16 22:00:01 +02:00
|
|
|
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
|
2001-04-16 22:00:01 +02:00
|
|
|
|
2004-09-01 10:54:29 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|libvcd||' ${WRKSRC}/libvcdinfo.pc.in
|
|
|
|
|
2001-04-16 22:00:01 +02:00
|
|
|
.include <bsd.port.mk>
|