summaryrefslogtreecommitdiffstats
path: root/audio/marlin/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-01 16:07:01 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-01 16:07:01 +0800
commita83ea1a4c9bc0478a4d9a7a78f36e8d6584a3e2b (patch)
tree0ebb6ab687a5382ed7c5422fc3df7c26baa04efe /audio/marlin/Makefile
parent31c805482cb67cee7101b7398aeae7a85ad3d59d (diff)
downloadmarcuscom-ports-a83ea1a4c9bc0478a4d9a7a78f36e8d6584a3e2b.tar
marcuscom-ports-a83ea1a4c9bc0478a4d9a7a78f36e8d6584a3e2b.tar.gz
marcuscom-ports-a83ea1a4c9bc0478a4d9a7a78f36e8d6584a3e2b.tar.bz2
marcuscom-ports-a83ea1a4c9bc0478a4d9a7a78f36e8d6584a3e2b.tar.lz
marcuscom-ports-a83ea1a4c9bc0478a4d9a7a78f36e8d6584a3e2b.tar.xz
marcuscom-ports-a83ea1a4c9bc0478a4d9a7a78f36e8d6584a3e2b.tar.zst
marcuscom-ports-a83ea1a4c9bc0478a4d9a7a78f36e8d6584a3e2b.zip
Remove, now in ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3758 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/marlin/Makefile')
-rw-r--r--audio/marlin/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/audio/marlin/Makefile b/audio/marlin/Makefile
deleted file mode 100644
index af4a9a71b..000000000
--- a/audio/marlin/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: marlin
-# Date created: 16 Nov 2003
-# Whom: Pav Lucistnik <pav@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-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>