2005-06-25 18:54:04 +02:00
|
|
|
# New ports collection makefile for: serpentine
|
|
|
|
# Date created: 2005-06-25
|
|
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2006-10-14 10:54:54 +02:00
|
|
|
# $MCom: ports/sysutils/serpentine/Makefile,v 1.4 2006/08/31 05:21:45 marcus Exp $
|
2005-06-25 18:54:04 +02:00
|
|
|
|
|
|
|
PORTNAME= serpentine
|
2006-06-13 18:34:10 +02:00
|
|
|
PORTVERSION= 0.7
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 7
|
2005-06-25 18:54:04 +02:00
|
|
|
CATEGORIES= sysutils
|
2006-06-13 18:34:10 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_BERLIOS}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2005-06-25 18:54:04 +02:00
|
|
|
|
|
|
|
MAINTAINER= ahze@FreeBSD.org
|
2008-12-18 01:21:26 +01:00
|
|
|
COMMENT= Gnome Audio Cd Burner
|
2005-06-25 18:54:04 +02:00
|
|
|
|
2006-06-13 18:35:19 +02:00
|
|
|
BUILD_DEPENDS= xmlproc_parse:${PORTSDIR}/textproc/py-xml
|
|
|
|
RUN_DEPENDS= xmlproc_parse:${PORTSDIR}/textproc/py-xml
|
2005-06-25 18:54:04 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2006-10-14 10:54:54 +02:00
|
|
|
USE_GNOME= pygnomedesktop intlhack
|
2005-06-25 18:54:04 +02:00
|
|
|
USE_GMAKE= yes
|
2006-06-13 18:35:19 +02:00
|
|
|
USE_GSTREAMER= core gnomevfs python
|
2005-06-25 18:54:04 +02:00
|
|
|
USE_PYTHON= 2.4+
|
|
|
|
|
2005-11-09 02:11:03 +01:00
|
|
|
OPTIONS= MUINE "Cd-Burner Plugin for muine audio player (i386 only)" Off
|
2005-06-25 19:22:05 +02:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
.if (defined(WITH_MUINE) || exists(${LOCALBASE}/bin/muine)) && ${ARCH}=="i386"
|
2005-06-25 19:22:05 +02:00
|
|
|
BUILD_DEPENDS+= muine:${PORTSDIR}/audio/muine
|
|
|
|
RUN_DEPENDS+= muine:${PORTSDIR}/audio/muine
|
|
|
|
PLIST_SUB+= MUINE=""
|
2005-09-16 07:46:11 +02:00
|
|
|
CONFIGURE_ARGS+= --enable-muine
|
2005-06-25 19:22:05 +02:00
|
|
|
.else
|
|
|
|
PLIST_SUB+= MUINE="@comment "
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|