1999-12-25 15:35:44 +00:00
|
|
|
# New ports collection makefile for: soundtracker
|
|
|
|
# Date created: 28 November 1999
|
|
|
|
# Whom: kzentner
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-08 21:25:03 +00:00
|
|
|
PORTNAME= soundtracker
|
|
|
|
PORTVERSION= 0.3.10
|
1999-12-25 15:35:44 +00:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= ftp://ftp.soundtracker.org/pub/soundtracker/v0.3/
|
|
|
|
|
|
|
|
MAINTAINER= kzentner@u.washington.edu
|
|
|
|
|
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
|
|
|
|
2000-02-20 04:18:32 +00:00
|
|
|
.if defined(USE_GNOME)
|
|
|
|
LIB_DEPENDS+= gnome.3:${PORTSIDR}/x11/gnomelibs
|
|
|
|
.endif
|
|
|
|
|
1999-12-25 15:35:44 +00:00
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
|
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
|
|
|
|
2000-02-20 04:18:32 +00:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
|
1999-12-25 15:35:44 +00:00
|
|
|
.if defined(USE_GNOME)
|
|
|
|
CONFIGURE_ARGS+= --enable-gnome
|
2000-02-20 04:18:32 +00:00
|
|
|
PLIST= ${PKGDIR}/PLIST.gnome
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-gnome
|
1999-12-25 15:35:44 +00:00
|
|
|
.endif
|
|
|
|
|
2000-02-20 04:18:32 +00:00
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
1999-12-25 15:35:44 +00:00
|
|
|
post-install:
|
|
|
|
@strip ${PREFIX}/bin/soundtracker
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|