1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/audio/pysol-sound-server/Makefile
Marcus von Appen 6506e45d69 - Update devel/sdl12 to version 1.2.14.
- Update audio/sdl_mixer to version 1.2.11.
- Update graphics/sdl_gfx to version 2.0.20.
- Update graphics/sdl_image to version 1.2.10.
- Bump portrevisions for all ports depending on audio/sdl_mixer and
  graphics/sdl_image.
- Update Mk/bsd.sdl.mk accordingly for the new shared lib versions.

PR:		ports/142147 ports/142248 ports/142249
Approved by:	miwi (mentor implicit)
2010-01-30 09:43:31 +00:00

31 lines
765 B
Makefile

# 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.01
PORTREVISION= 4
CATEGORIES= audio games
MASTER_SITES= http://www.pysol.org/download/pysol/ \
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
PLIST_FILES= lib/%%PYTHON_VERSION%%/site-packages/pysolsoundserver.so
WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_SDL= mixer sdl
USE_BZIP2= yes
USE_PYTHON= yes
HAS_CONFIGURE= yes
INSTALLS_EGGINFO= yes
PYDISTUTILS_PKGNAME= pysolsoundserver
.include <bsd.port.mk>