1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/audio/pysol-sound-server/Makefile

25 lines
616 B
Makefile

# New ports collection makefile for: pysol-sound-server
# Date created: 7 January 2000
# Whom: Maxim Sobolev
#
# $FreeBSD$
#
PORTNAME= pysol-sound-server
PORTVERSION= 2.10
CATEGORIES= audio games
MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/pysol/pysol-sound-server/
MAINTAINER= sobomax@altavista.net
BUILD_DEPENDS= python:${PORTSDIR}/lang/python
LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl \
smpeg-0.3.0:${PORTSDIR}/graphics/smpeg
RUN_DEPENDS= python:${PORTSDIR}/lang/python
WRKSRC= ${WRKDIR}/${DISTNAME}/src
GNU_CONFIGURE= yes
CONFIGURE_ENV= X11BASE="${X11BASE}"
.include <bsd.port.mk>