freebsd-ports/audio/pysol-sound-server/Makefile

29 lines
720 B
Makefile
Raw Normal View History

# New ports collection makefile for: pysol-sound-server
# Date created: 7 January 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pysol-sound-server
PORTVERSION= 3.00
PORTREVISION= 2
CATEGORIES= audio games
MASTER_SITES= http://www.oberhumer.com/opensource/pysol/download/ \
ftp://ftp.is.co.za/linux/distributions/gentoo/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= Python extension module to play sounds and background music
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
WRKSRC= ${WRKDIR}/${DISTNAME}/src
2000-09-19 10:02:49 +02: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
HAS_CONFIGURE= yes
.include <bsd.port.mk>