1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/audio/pysol-sound-server/Makefile
2000-05-17 11:27:58 +00:00

26 lines
662 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@FreeBSD.org
BUILD_DEPENDS= python:${PORTSDIR}/lang/python
LIB_DEPENDS= SDL-1.1.2:${PORTSDIR}/devel/sdl-devel \
smpeg.0:${PORTSDIR}/graphics/smpeg \
SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer
RUN_DEPENDS= python:${PORTSDIR}/lang/python
WRKSRC= ${WRKDIR}/${DISTNAME}/src
HAS_CONFIGURE= yes
ALL_TARGET= pysolsoundservermodule.so
.include <bsd.port.mk>