diff options
Diffstat (limited to 'sysutils/xcdroast')
-rw-r--r-- | sysutils/xcdroast/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/sysutils/xcdroast/Makefile b/sysutils/xcdroast/Makefile index 9631d705dfa..ef6d6f1599e 100644 --- a/sysutils/xcdroast/Makefile +++ b/sysutils/xcdroast/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2005/12/29 06:22:19 jlam Exp $ +# $NetBSD: Makefile,v 1.40 2006/01/11 15:18:17 xtraeme Exp $ -DISTNAME= xcdroast-0.98alpha15 -PKGNAME= xcdroast-0.98a15 -PKGREVISION= 3 +DISTNAME= xcdroast-${DIST_VER} +PKGNAME= xcdroast-${DIST_VER:S/alpha/a/} +PKGREVISION= 4 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xcdroast/} @@ -12,7 +12,9 @@ COMMENT= Graphical user interface for the command-line cdrecord-tools BUILD_USES_MSGFMT= YES -DEPENDS+= cdrecord-xcdroast-0.98a15.*:../../sysutils/cdrecord-xcdroast +DEPENDS+= cdrtools>=2.01:../../sysutils/cdrtools + +DIST_VER= 0.98alpha15 USE_TOOLS+= gmake pkg-config USE_PKGLOCALEDIR= YES |