aboutsummaryrefslogtreecommitdiff
path: root/audio/pysol-sound-server/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-05-08 08:21:19 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-05-08 08:21:19 +0000
commit420f2a7cf41a773e20783013edd16f05a40c70ec (patch)
treec2979dc757988757e508583a270918bd0bab9574 /audio/pysol-sound-server/Makefile
parenta0108e03523ba47be4ce04fb3a46f992015fab6f (diff)
downloadports-420f2a7cf41a773e20783013edd16f05a40c70ec.tar.gz
ports-420f2a7cf41a773e20783013edd16f05a40c70ec.zip
Notes
Diffstat (limited to 'audio/pysol-sound-server/Makefile')
-rw-r--r--audio/pysol-sound-server/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/pysol-sound-server/Makefile b/audio/pysol-sound-server/Makefile
index 6b92baa83c91..3e786ead5644 100644
--- a/audio/pysol-sound-server/Makefile
+++ b/audio/pysol-sound-server/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pysol-sound-server
-PORTVERSION= 2.30
+PORTVERSION= 2.40
CATEGORIES= audio games
MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/pysol/pysol-sound-server/
@@ -16,10 +16,13 @@ LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 \
smpeg.1:${PORTSDIR}/graphics/smpeg \
SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer
+SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
+
WRKSRC= ${WRKDIR}/${DISTNAME}/src
+USE_BZIP2= yes
USE_PYTHON= yes
HAS_CONFIGURE= yes
-ALL_TARGET= pysolsoundservermodule.so
+CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
.include <bsd.port.mk>