mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
25 lines
612 B
Makefile
25 lines
612 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:${PORTSDIR}/graphics/smpeg
|
|
RUN_DEPENDS= python:${PORTSDIR}/lang/python
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= X11BASE="${X11BASE}"
|
|
|
|
.include <bsd.port.mk>
|