2004-08-11 22:54:17 +02:00
|
|
|
# New ports collection makefile for: marlin
|
|
|
|
# Date created: 16 Nov 2003
|
|
|
|
# Whom: Pav Lucistnik <pav@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= marlin
|
2005-11-07 16:33:20 +01:00
|
|
|
PORTVERSION= 0.9
|
2006-01-27 02:24:41 +01:00
|
|
|
PORTREVISION= 1
|
2004-08-11 22:54:17 +02:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= pav@FreeBSD.org
|
|
|
|
COMMENT= Sample editor for GNOME 2 using Gstreamer backend
|
|
|
|
|
|
|
|
LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \
|
2006-01-27 02:24:41 +01:00
|
|
|
uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid
|
2004-08-11 22:54:17 +02:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2005-07-13 00:54:06 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack gnometarget intlhack libgnomeui nautiluscdburner
|
2005-03-22 11:32:21 +01:00
|
|
|
USE_GSTREAMER= flac gconf mad vorbis
|
2004-11-23 03:23:08 +01:00
|
|
|
INSTALLS_OMF= yes
|
2004-08-11 22:54:17 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2005-11-15 07:52:12 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2004-08-11 22:54:17 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib -lcam"
|
|
|
|
|
2004-11-23 20:33:08 +01:00
|
|
|
GCONF_SCHEMAS= marlin.schemas
|
|
|
|
|
2005-02-28 23:16:10 +01:00
|
|
|
.if !defined(PACKAGE_BUILDING) || defined(WITH_LAME)
|
|
|
|
USE_GSTREAMER+= lame
|
|
|
|
.endif
|
|
|
|
|
2004-08-11 22:54:17 +02:00
|
|
|
.include <bsd.port.mk>
|