summaryrefslogtreecommitdiff
path: root/audio/xamp/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-03-23 23:27:24 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-03-23 23:27:24 +0000
commit94a3c657cfbb1034e0dbdc60cf7233f539aba4fc (patch)
treedac62f6ec606b80543761e24d4049a9dd4fd8a9e /audio/xamp/Makefile
parent47f3696435ba3b95393a6028a14743bab2a7e111 (diff)
downloadpkgsrc-94a3c657cfbb1034e0dbdc60cf7233f539aba4fc.tar.gz
switch dependency from qt-1.44 to qt1-1.44
Diffstat (limited to 'audio/xamp/Makefile')
-rw-r--r--audio/xamp/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/audio/xamp/Makefile b/audio/xamp/Makefile
index a97f89b1313..2359936bc36 100644
--- a/audio/xamp/Makefile
+++ b/audio/xamp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/09/17 00:48:26 hubertf Exp $
+# $NetBSD: Makefile,v 1.2 2000/03/23 23:27:24 dmcmahill Exp $
# FreeBSD: ports/audio/xamp/Makefile,v 1.5 1999/08/25 04:36:22 obrien Exp
#
@@ -11,14 +11,20 @@ EXTRACT_SUFX= .tgz
MAINTAINER= rxg@ms25.url.com.tw
HOMEPAGE= http://edu.lahti.fi/xamp/
-DEPENDS+= qt-1.44:../../x11/qt
+DEPENDS+= qt1-1.44:../../x11/qt1
WRKSRC= ${WRKDIR}/xamp-0.8/xamp-0.8
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
+CONFIGURE_ENV+= CXXFLAGS="${CFLAGS}"
USE_GMAKE= yes
USE_X11BASE= yes
+CONFIGURE_ARGS+= --with-qt-includes=${X11BASE}/include/qt1 \
+ --with-qt-libs=${X11BASE}/lib \
+
+tst:
+ echo ${INSTALL}
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xamp ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xamp.1 ${PREFIX}/man/man1