1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/audio/pysol-sound-server/Makefile
Thomas Gellekum fa12a82534 New port pysol-sound-server. Despite its name, it's a rather generic
Python extension module that plays WAVs together with MP3 or MOD
background music.

PR:		16608
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
2000-03-07 11:39:46 +00:00

23 lines
538 B
Makefile

# 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>