summaryrefslogblamecommitdiff
path: root/audio/streamtuner-python/Makefile
blob: 640022b730d7b9f6d68dab5a596c8f9e279fde5a (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                      

                                                                                  












                                                                                                  
                                                                             

                      
# 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>