2000-03-07 12:39:46 +01:00
|
|
|
# New ports collection makefile for: pysol-sound-server
|
2000-11-01 16:51:11 +01:00
|
|
|
# Date created: 7 January 2000
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
2000-03-07 12:39:46 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-08 23:25:03 +02:00
|
|
|
PORTNAME= pysol-sound-server
|
2003-05-04 17:41:51 +02:00
|
|
|
PORTVERSION= 3.00
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 1
|
2000-03-07 12:39:46 +01:00
|
|
|
CATEGORIES= audio games
|
2003-05-04 17:41:51 +02:00
|
|
|
MASTER_SITES= http://www.oberhumer.com/opensource/pysol/download/ \
|
|
|
|
ftp://ftp.is.co.za/linux/distributions/gentoo/distfiles/
|
2000-03-07 12:39:46 +01:00
|
|
|
|
2003-05-04 17:41:51 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Python extension module to play sounds and background music
|
2000-03-07 12:39:46 +01:00
|
|
|
|
2004-01-20 22:34:29 +01:00
|
|
|
LIB_DEPENDS= smpeg.1:${PORTSDIR}/multimedia/smpeg
|
2001-05-08 10:21:19 +02:00
|
|
|
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= lib/%%PYTHON_VERSION%%/site-packages/pysolsoundserver.so
|
2000-03-07 12:39:46 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
2000-09-19 10:02:49 +02:00
|
|
|
|
2004-01-20 22:34:29 +01:00
|
|
|
USE_SDL= mixer sdl
|
2001-05-08 10:21:19 +02:00
|
|
|
USE_BZIP2= yes
|
2000-09-19 10:02:49 +02:00
|
|
|
USE_PYTHON= yes
|
2000-05-15 13:14:28 +02:00
|
|
|
HAS_CONFIGURE= yes
|
2000-03-07 12:39:46 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|