7df37958c1
rather than trying to consolidate into a single fnmatch. There aren't that many of them, and it will aid the integration of cwrappers which doesn't support globs.
34 lines
875 B
Makefile
34 lines
875 B
Makefile
# $NetBSD: Makefile,v 1.45 2014/09/10 15:59:33 jperkin Exp $
|
|
#
|
|
|
|
DISTNAME= vcdimager-0.7.24
|
|
PKGREVISION= 2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=vcdimager/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnu.org/software/vcdimager/
|
|
COMMENT= Mastering suite for Video CDs
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake pkg-config
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
INFO_FILES= YES
|
|
PKGCONFIG_OVERRIDE+= libvcdinfo.pc.in
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS"
|
|
BUILDLINK_TRANSFORM+= rm:-Wl,--version-script=libvcdinfo.la.ver
|
|
.endif
|
|
|
|
BUILDLINK_API_DEPENDS.libcdio+= libcdio>=0.72
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/popt/buildlink3.mk"
|
|
.include "../../misc/libcdio/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|