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-10-14 10:54:54 +02:00
|
|
|
PORTREVISION= 4
|
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
|
|
|
|
2006-10-14 10:54:54 +02:00
|
|
|
BROKEN= does not build with new nautilus-cd-burner
|
2007-02-11 02:23:35 +01:00
|
|
|
DEPRECATED= ${BROKEN}
|
|
|
|
EXPIRATION_DATE=2007-04-10
|
2006-10-14 10:54:54 +02:00
|
|
|
|
|
|
|
USE_XLIB= yes
|
2004-08-11 22:54:17 +02:00
|
|
|
USE_GMAKE= yes
|
2005-07-13 00:54:06 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack gnometarget intlhack libgnomeui nautiluscdburner
|
2006-04-30 01:03:03 +02:00
|
|
|
USE_GSTREAMER80= 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
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
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>
|