freebsd-ports/audio/streamtuner-python/Makefile
Edwin Groothuis 07f1d50cbc Chase up new MASTER_SITE_SAVANNAH.
PR:		ports/56970
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2003-10-03 11:04:59 +00:00

28 lines
844 B
Makefile

# New ports collection makefile for: streamtuner-python
# Date created: 03 Mar 2002
# Whom: Jean-Yves Lefort <jylefort@brutele.be>
#
# $FreeBSD$
#
PORTNAME= python
PORTVERSION= 0.0.2
CATEGORIES= audio www
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= streamtuner/${PKGNAMEPREFIX}${PORTNAME}.pkg/${PORTVERSION}
PKGNAMEPREFIX= streamtuner-
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
MAINTAINER= jylefort@brutele.be
COMMENT= A streamtuner plugin providing a Python interpreter
BUILD_DEPENDS= ${X11BASE}/include/streamtuner/streamtuner.h:${PORTSDIR}/audio/streamtuner
RUN_DEPENDS= ${X11BASE}/bin/streamtuner:${PORTSDIR}/audio/streamtuner
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_PYTHON= yes
USE_LIBTOOL= yes
#INSTALLS_SHLIB= not needed, the libs are plugins for streamtuner only
.include <bsd.port.mk>