blob: 3ff96f3bf893fab5c87e0dca9f7a4b6a1708ac7a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
# New ports collection makefile for: serpentine
# Date created: 2005-06-25
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/sysutils/serpentine/Makefile,v 1.1 2006/01/20 02:56:14 ahze Exp $
PORTNAME= serpentine
PORTVERSION= 0.6.4
PORTREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= http://download.berlios.de/${PORTNAME}/
MAINTAINER= ahze@FreeBSD.org
COMMENT= Gnome Audio Cd Buner
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gst/__init__.py:${PORTSDIR}/multimedia/py-gstreamer80 \
xmlproc_parse:${PORTSDIR}/textproc/py-xml
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gst/__init__.py:${PORTSDIR}/multimedia/py-gstreamer80 \
xmlproc_parse:${PORTSDIR}/textproc/py-xml
USE_X_PREFIX= yes
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GNOME= pygnomeextras intlhack
USE_GMAKE= yes
USE_GSTREAMER80= core gnomevfs
USE_PYTHON= 2.4+
OPTIONS= MUINE "Cd-Burner Plugin for muine audio player (i386 only)" Off
.include <bsd.port.pre.mk>
.if (defined(WITH_MUINE) || exists(${X11BASE}/bin/muine)) && ${ARCH}=="i386"
BUILD_DEPENDS+= muine:${PORTSDIR}/audio/muine
RUN_DEPENDS+= muine:${PORTSDIR}/audio/muine
PLIST_SUB+= MUINE=""
CONFIGURE_ARGS+= --enable-muine
.else
PLIST_SUB+= MUINE="@comment "
.endif
.include <bsd.port.post.mk>
|