diff options
author | pav <pav@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-11-17 08:33:44 +0800 |
---|---|---|
committer | pav <pav@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-11-17 08:33:44 +0800 |
commit | 0f0ffe89a95fd37625fab57d588562764e20e804 (patch) | |
tree | b86f9c36108d0ae715c44ec1c7570b6ce720c7f8 /audio/marlin/Makefile | |
parent | a7aacb759d70ea142cf0565ef13e7ebad8b14aed (diff) | |
download | marcuscom-ports-0f0ffe89a95fd37625fab57d588562764e20e804.tar marcuscom-ports-0f0ffe89a95fd37625fab57d588562764e20e804.tar.gz marcuscom-ports-0f0ffe89a95fd37625fab57d588562764e20e804.tar.bz2 marcuscom-ports-0f0ffe89a95fd37625fab57d588562764e20e804.tar.lz marcuscom-ports-0f0ffe89a95fd37625fab57d588562764e20e804.tar.xz marcuscom-ports-0f0ffe89a95fd37625fab57d588562764e20e804.tar.zst marcuscom-ports-0f0ffe89a95fd37625fab57d588562764e20e804.zip |
New port audio/marlin, GNOME 2 wave editor based on Gstreamer.
This software requires development version of gstreamer and glib,
so I'm parking it here in marcuscom until dependencies are ready for primetime.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1339 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/marlin/Makefile')
-rw-r--r-- | audio/marlin/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/audio/marlin/Makefile b/audio/marlin/Makefile new file mode 100644 index 000000000..e2c1ad9b8 --- /dev/null +++ b/audio/marlin/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: marlin +# Date created: 16 Nov 2003 +# Whom: Pav Lucistnik <pav@FreeBSD.org> +# +# $FreeBSD$ + +PORTNAME= marlin +PORTVERSION= 0.2 +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= gstplay-0.7.1:${PORTSDIR}/multimedia/gstreamer-plugins \ + musicbrainz.3:${PORTSDIR}/audio/libmusicbrainz \ + uuid.1:${PORTSDIR}/sysutils/e2fsprogs + +USE_X_PREFIX= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_GNOME= gnomeprefix gnomehack +INSTALLS_SHLIB= yes +USE_LIBTOOL= yes +USE_REINPLACE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib -lcam" + +.include <bsd.port.mk> |