diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-02-09 01:04:01 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-02-09 01:04:01 +0800 |
commit | 73754275e96d6f364e004f03763627cea34e1cd2 (patch) | |
tree | e5a028141d17c2f62d281af0eeb2c912ecd171c8 /audio/marlin/Makefile | |
parent | 7ebe37b6c0e38bee4ca31b2702b646f264f95f7b (diff) | |
download | marcuscom-ports-73754275e96d6f364e004f03763627cea34e1cd2.tar marcuscom-ports-73754275e96d6f364e004f03763627cea34e1cd2.tar.gz marcuscom-ports-73754275e96d6f364e004f03763627cea34e1cd2.tar.bz2 marcuscom-ports-73754275e96d6f364e004f03763627cea34e1cd2.tar.lz marcuscom-ports-73754275e96d6f364e004f03763627cea34e1cd2.tar.xz marcuscom-ports-73754275e96d6f364e004f03763627cea34e1cd2.tar.zst marcuscom-ports-73754275e96d6f364e004f03763627cea34e1cd2.zip |
- Add audio/marlin at version 0.7 with new USE_GSTREAMER macro.
Approved by: pav
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3582 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/marlin/Makefile')
-rw-r--r-- | audio/marlin/Makefile | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/audio/marlin/Makefile b/audio/marlin/Makefile new file mode 100644 index 000000000..6437126f2 --- /dev/null +++ b/audio/marlin/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: marlin +# Date created: 16 Nov 2003 +# Whom: Pav Lucistnik <pav@FreeBSD.org> +# +# $FreeBSD: ports/audio/marlin/Makefile,v 1.6 2004/11/23 19:33:05 mezz Exp $ + +PORTNAME= marlin +PORTVERSION= 0.7 +PORTREVISION= 1 +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 \ + uuid.1:${PORTSDIR}/sysutils/e2fsprogs + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix gnomehack gnometarget intlhack libgnomeui +USE_GSTREAMER= flac mad vorbis +INSTALLS_OMF= yes +INSTALLS_SHLIB= yes +USE_LIBTOOL_VER=15 +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib -lcam" + +GCONF_SCHEMAS= marlin.schemas + +.if !defined(PACKAGE_BUILDING) || defined(WITH_LAME) +USE_GSTREAMER+= lame +.endif + +.include <bsd.port.mk> |