diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-02-13 19:39:37 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-02-13 19:39:37 +0000 |
commit | 3332bb691d94f4ad6f0f6c58c1dcac9922a76923 (patch) | |
tree | 7ab19fec09a2a14278e0dc64fd8e2e400d41ca9a /audio/gnapster/Makefile | |
parent | f7cd7d6bd0642b90b658c3e2a1e54f2641b852e9 (diff) |
Notes
Diffstat (limited to 'audio/gnapster/Makefile')
-rw-r--r-- | audio/gnapster/Makefile | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/audio/gnapster/Makefile b/audio/gnapster/Makefile index 68a29b410245..99653b939d93 100644 --- a/audio/gnapster/Makefile +++ b/audio/gnapster/Makefile @@ -1,17 +1,28 @@ # New ports collection makefile for: gnapster -# Version required: 1.3 +# Version required: 1.3.4 # Date created: 24 December 1999 # Whom: Chris Piazza <cpiazza@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= gnapster-1.3 +DISTNAME= gnapster-1.3.4 CATEGORIES= audio MASTER_SITES= http://www.gotlinux.org/~jasta/files/ MAINTAINER= cpiazza@FreeBSD.org -LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs +LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \ + Xpm.4:${PORTSDIR}/graphics/xpm + +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +USE_GMAKE= yes +USE_X_PREFIX= yes +USE_LIBTOOL= yes +CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" \ + GTK_CONFIG="${GTK_CONFIG}" .include <bsd.port.mk> |