- Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
28 lines
652 B
Makefile
28 lines
652 B
Makefile
# Created by: Harold Gutch <logix@foobar.franken.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= vcdimager
|
|
PORTVERSION= 0.7.24
|
|
PORTREVISION= 6
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= GNU
|
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
|
COMMENT= GNU VCDImager/VCDRip -- The GNU VideoCD Image Maker/Ripping Tool
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \
|
|
libxml2.so:${PORTSDIR}/textproc/libxml2 \
|
|
libcdio.so:${PORTSDIR}/sysutils/libcdio
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USES= gmake libtool pathfix pkgconfig
|
|
USE_LDCONFIG= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LIBS+= -L${LOCALBASE}/lib
|
|
|
|
INFO= vcdimager vcdxrip vcd-info
|
|
|
|
.include <bsd.port.mk>
|