1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/audio/pysol-sound-server/Makefile

25 lines
612 B
Makefile
Raw Normal View History

# 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
2000-03-10 10:45:32 +00:00
BUILD_DEPENDS= python:${PORTSDIR}/lang/python
2000-04-23 06:48:40 +00:00
LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl \
2000-04-22 21:58:27 +00:00
smpeg.0:${PORTSDIR}/graphics/smpeg
2000-03-10 10:45:32 +00:00
RUN_DEPENDS= python:${PORTSDIR}/lang/python
WRKSRC= ${WRKDIR}/${DISTNAME}/src
GNU_CONFIGURE= yes
CONFIGURE_ENV= X11BASE="${X11BASE}"
.include <bsd.port.mk>