summaryrefslogtreecommitdiff
path: root/sysutils/xcdroast/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2002-12-02 20:29:48 +0000
committerdrochner <drochner@pkgsrc.org>2002-12-02 20:29:48 +0000
commitd8a4ae64440350c537760d67cfbbf7aacd1f5adc (patch)
treed0aa6cc7459ee703725d3230ab128183e5839558 /sysutils/xcdroast/Makefile
parentbec2bf2f5a4953689eeb2aa2a93e044560cc8d3c (diff)
downloadpkgsrc-d8a4ae64440350c537760d67cfbbf7aacd1f5adc.tar.gz
update to 0.98alpha11.
There is a major restructuring of the sources, more than to be expected from the subminor version change. Still needs some finetuning... Most notable change: multisession support.
Diffstat (limited to 'sysutils/xcdroast/Makefile')
-rw-r--r--sysutils/xcdroast/Makefile40
1 files changed, 18 insertions, 22 deletions
diff --git a/sysutils/xcdroast/Makefile b/sysutils/xcdroast/Makefile
index ae7742d6394..9d69cb98f66 100644
--- a/sysutils/xcdroast/Makefile
+++ b/sysutils/xcdroast/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2002/09/26 12:29:55 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2002/12/02 20:29:48 drochner Exp $
-DISTNAME= xcdroast-0.98alpha9
-PKGNAME= xcdroast-0.98a9
-PKGREVISION= 1
+DISTNAME= xcdroast-0.98alpha11
+PKGNAME= xcdroast-0.98a11
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xcdroast/}
@@ -10,43 +9,40 @@ MAINTAINER= frueauf@netbsd.org
HOMEPAGE= http://www.xcdroast.org/
COMMENT= graphical user interface for the command-line cdrecord-tools
-DEPENDS+= cdrecord-1.10:../../sysutils/cdrecord
+DEPENDS+= cdrecord-xcdroast098a11-[0-9]*:../../sysutils/cdrecord-xcdroast
.include "../../mk/bsd.prefs.mk"
USE_BUILDLINK2= YES
USE_X11= YES
-
-BASE_VERS= ${PKGVERSION:C/a.*//}
-PLIST_SUBST+= BASE_VERS=${BASE_VERS}
-MAKE_ENV+= X_CFLAGS="${CFLAGS}"
-MAKE_ENV+= X_LDFLAGS="${LDFLAGS}"
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
#.if ${_OPSYS_HAS_OSSAUDIO} == "yes"
-#CFLAGS+= -DHAVE_OSS
+CFLAGS+= -DHAVE_OSS
#.endif
DOCDIR= ${PREFIX}/share/doc/xcdroast
SUPPORT_FILES= /dev/null ${PKG_SYSCONFDIR}/xcdroast.conf
-pre-build:
- cd ${WRKSRC}; for file in io.c wavplay.c xcdroast.h; do \
- ${SED} -e "s|@PREFIX@|${PREFIX}|g" \
- -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|g" \
- -e "s|@DEVOSSAUDIO@|${DEVOSSAUDIO}|g" \
- $${file} > $${file}.fixed; \
- ${MV} -f $${file}.fixed $${file}; \
- done
+#pre-build:
+# cd ${WRKSRC}; for file in io.c wavplay.c xcdroast.h; do \
+# ${SED} -e "s|@PREFIX@|${PREFIX}|g" \
+# -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|g" \
+# -e "s|@DEVOSSAUDIO@|${DEVOSSAUDIO}|g" \
+# $${file} > $${file}.fixed; \
+# ${MV} -f $${file}.fixed $${file}; \
+# done
post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
cd ${WRKSRC}; \
- for file in COPYING DOCUMENTATION FAQ README.nonroot; do \
+ for file in ${WRKSRC}/doc/*; do \
${INSTALL_DATA} $${file} ${DOCDIR}; \
done
-.include "../../graphics/imlib/buildlink2.mk"
+# gdk-pixbuf implies gtk, glib, gettext-lib
+.include "../../graphics/gdk-pixbuf/buildlink2.mk"
.include "../../mk/ossaudio.buildlink2.mk"
-
.include "../../mk/bsd.pkg.install.mk"
.include "../../mk/bsd.pkg.mk"