blob: 2a6307cab91cfaf58ec2c1daeede8f23d8f9b48a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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
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>
|