summaryrefslogtreecommitdiff
path: root/sysutils/xcdroast/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-12-28 19:29:21 +0000
committerjmmv <jmmv@pkgsrc.org>2003-12-28 19:29:21 +0000
commita4c19ef93eb7f6247902b2c20b2e0c2e1a2f2ea9 (patch)
treec5a8d7475e74db09e51d6b52fcdae5cf68cba9f7 /sysutils/xcdroast/Makefile
parent472e52fc1b5815ee53193905feeda5276be99953 (diff)
downloadpkgsrc-a4c19ef93eb7f6247902b2c20b2e0c2e1a2f2ea9.tar.gz
Update to 0.98alpha15:
* GTK2 support. * updated lot of translations, added romanian, latvian and albanian. * numerous bug fixes. * included a contrib-directory with the sources with some useful stuff sent to me by X-CD-Roast users.
Diffstat (limited to 'sysutils/xcdroast/Makefile')
-rw-r--r--sysutils/xcdroast/Makefile25
1 files changed, 14 insertions, 11 deletions
diff --git a/sysutils/xcdroast/Makefile b/sysutils/xcdroast/Makefile
index 2625e80de64..22739690b12 100644
--- a/sysutils/xcdroast/Makefile
+++ b/sysutils/xcdroast/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2003/08/30 22:51:38 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2003/12/28 19:29:21 jmmv Exp $
-DISTNAME= xcdroast-0.98alpha14
-PKGNAME= xcdroast-0.98a14
+DISTNAME= xcdroast-0.98alpha15
+PKGNAME= xcdroast-0.98a15
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xcdroast/}
@@ -9,17 +9,21 @@ MAINTAINER= frueauf@NetBSD.org
HOMEPAGE= http://www.xcdroast.org/
COMMENT= Graphical user interface for the command-line cdrecord-tools
-DEPENDS+= cdrecord-xcdroast-0.98a13.*:../cdrecord-xcdroast
+BUILD_USES_MSGFMT= YES
-.include "../../mk/bsd.prefs.mk"
+DEPENDS+= cdrecord-xcdroast-0.98a15.*:../cdrecord-xcdroast
USE_BUILDLINK2= YES
+USE_GMAKE= YES
USE_PKGINSTALL= YES
USE_PKGLOCALEDIR= YES
USE_X11= YES
GNU_CONFIGURE= YES
+
+CONFIGURE_ARGS+= --enable-gtk2
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
-USE_GMAKE= yes
+
+.include "../../mk/bsd.prefs.mk"
.if ${_OPSYS_HAS_OSSAUDIO} == "yes"
CFLAGS+= -DHAVE_OSS
@@ -28,7 +32,7 @@ CONFIGURE_ENV+= AUDIO_LIBS=${AUDIO_LIBS}
.endif
DOCDIR= ${PREFIX}/share/doc/xcdroast
-DOCFILES= DOCUMENTATION FAQ README.nonroot
+DOCFILES= DOCUMENTATION FAQ README.nonroot manual/xcdroast-manual.pdf
HTMLDIR= ${PREFIX}/share/doc/html/xcdroast
SUPPORT_FILES= /dev/null ${PKG_SYSCONFDIR}/xcdroast.conf
@@ -47,11 +51,10 @@ post-install:
for file in ${DOCFILES}; do \
${INSTALL_DATA} $${file} ${DOCDIR}; \
done)
- ${INSTALL_DATA_DIR} ${HTMLDIR}
- ${CP} -r ${WRKSRC}/doc/manual/* ${HTMLDIR}
-# gdk-pixbuf implies gtk, glib, gettext-lib
-.include "../../graphics/gdk-pixbuf/buildlink2.mk"
+.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../devel/pcre/buildlink2.mk"
+.include "../../x11/gtk2/buildlink2.mk"
.include "../../mk/ossaudio.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"