diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-02-14 03:39:37 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-02-14 03:39:37 +0800 |
commit | 86dae7ad7d82da1e4aaf05203b533999b9908cdc (patch) | |
tree | a1d38905c779c81f4c3ced86ee23cf4ce073aae8 /audio/gnapster/Makefile | |
parent | bab5feb77d7cc7767fb0233a896faa75386ea176 (diff) | |
download | freebsd-ports-gnome-86dae7ad7d82da1e4aaf05203b533999b9908cdc.tar.gz freebsd-ports-gnome-86dae7ad7d82da1e4aaf05203b533999b9908cdc.tar.zst freebsd-ports-gnome-86dae7ad7d82da1e4aaf05203b533999b9908cdc.zip |
Update to 1.3.4
Submitted by: ade
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> |