freebsd-ports/audio/pysol-sound-server/Makefile
Maxim Sobolev 9597133a97 Put a copy of distfile at MASTER_SITE_LOCAL, because original site could not be
reached for a quite some time now.

Submitted by:	bento
2001-07-30 10:28:42 +00:00

30 lines
727 B
Makefile

# 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.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
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
.include <bsd.port.mk>