diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-03-07 11:39:46 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-03-07 11:39:46 +0000 |
commit | fa12a825341388ee4e62e135699457258be3b1d2 (patch) | |
tree | 81813345ee9b25e9850fe47553d5390a759e0959 /audio/pysol-sound-server/Makefile | |
parent | 66b16a684aa45d51389a962bd2f4d30e0b79262a (diff) |
Notes
Diffstat (limited to 'audio/pysol-sound-server/Makefile')
-rw-r--r-- | audio/pysol-sound-server/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/pysol-sound-server/Makefile b/audio/pysol-sound-server/Makefile new file mode 100644 index 000000000000..ce5d26df0214 --- /dev/null +++ b/audio/pysol-sound-server/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: pysol-sound-server +# Version required: 2.10 +# Date created: 7 January 2000 +# Whom: Maxim Sobolev +# +# $FreeBSD$ +# + +DISTNAME= pysol-sound-server-2.10 +CATEGORIES= audio games +MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/pysol/pysol-sound-server/ + +MAINTAINER= sobomax@altavista.net + +LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl \ + smpeg-0.3.0:${PORTSDIR}/graphics/smpeg + +WRKSRC= ${WRKDIR}/${DISTNAME}/src +GNU_CONFIGURE= yes +CONFIGURE_ENV= X11BASE="${X11BASE}" + +.include <bsd.port.mk> |