2000-03-07 11:39:46 +00:00
|
|
|
# New ports collection makefile for: pysol-sound-server
|
|
|
|
# Date created: 7 January 2000
|
|
|
|
# Whom: Maxim Sobolev
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-08 21:25:03 +00:00
|
|
|
PORTNAME= pysol-sound-server
|
|
|
|
PORTVERSION= 2.10
|
2000-03-07 11:39:46 +00:00
|
|
|
CATEGORIES= audio games
|
|
|
|
MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/pysol/pysol-sound-server/
|
|
|
|
|
|
|
|
MAINTAINER= sobomax@altavista.net
|
|
|
|
|
2000-03-10 10:45:32 +00:00
|
|
|
BUILD_DEPENDS= python:${PORTSDIR}/lang/python
|
2000-04-23 06:48:40 +00:00
|
|
|
LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl \
|
2000-04-22 21:58:27 +00:00
|
|
|
smpeg.0:${PORTSDIR}/graphics/smpeg
|
2000-03-10 10:45:32 +00:00
|
|
|
RUN_DEPENDS= python:${PORTSDIR}/lang/python
|
2000-03-07 11:39:46 +00:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= X11BASE="${X11BASE}"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|