aboutsummaryrefslogtreecommitdiffstats
path: root/audio/pysol-sound-server/Makefile
blob: 46c8a42a5c9f797dccf917f75bbc355e8588d842 (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
25
# New ports collection makefile for:    pysol-sound-server
# Date created:     7 January 2000
# Whom:         Maxim Sobolev
#
# $FreeBSD$
#

PORTNAME=   pysol-sound-server
PORTVERSION=    2.20
CATEGORIES= audio games
MASTER_SITES=   http://wildsau.idv.uni-linz.ac.at/mfx/download/pysol/pysol-sound-server/

MAINTAINER= sobomax@FreeBSD.org

BUILD_DEPENDS=  python1.5:${PORTSDIR}/lang/python15
LIB_DEPENDS=    SDL-1.1.2:${PORTSDIR}/devel/sdl-devel \
        smpeg.0:${PORTSDIR}/graphics/smpeg \
        SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer
RUN_DEPENDS=    python1.5:${PORTSDIR}/lang/python15

WRKSRC=     ${WRKDIR}/${DISTNAME}/src
HAS_CONFIGURE=  yes
ALL_TARGET= pysolsoundservermodule.so

.include <bsd.port.mk>