blob: 8d5bc269d4d226708ae6fd36be7b0b2a357357ad (
plain) (
tree)
|
|
# New ports collection makefile for: pysol-sound-server
# Date created: 7 January 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pysol-sound-server
PORTVERSION= 2.50
CATEGORIES= audio games
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://wildsau.idv.uni-linz.ac.at/mfx/download/pysol/pysol-sound-server/
MASTER_SITE_SUBDIR= sobomax
MAINTAINER= sobomax@FreeBSD.org
LIB_DEPENDS= SDL-1.1.4:${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
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
.include <bsd.port.mk>
|