1999-12-25 02:32:37 +00:00
|
|
|
# New ports collection makefile for: gnapster
|
2000-02-13 19:39:37 +00:00
|
|
|
# Version required: 1.3.4
|
1999-12-25 02:32:37 +00:00
|
|
|
# Date created: 24 December 1999
|
|
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-02-13 19:39:37 +00:00
|
|
|
DISTNAME= gnapster-1.3.4
|
1999-12-25 02:32:37 +00:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= http://www.gotlinux.org/~jasta/files/
|
|
|
|
|
|
|
|
MAINTAINER= cpiazza@FreeBSD.org
|
|
|
|
|
2000-02-13 19:39:37 +00:00
|
|
|
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}"
|
2000-01-01 20:42:40 +00:00
|
|
|
|
1999-12-25 02:32:37 +00:00
|
|
|
.include <bsd.port.mk>
|