summaryrefslogtreecommitdiffstats
path: root/audio/sweep/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
commit1b3327761c8bcb98d89b529daeae9600844b4361 (patch)
tree0be1cd4eb5fec6661da4798906b0d9bd522e794f /audio/sweep/Makefile
parenta65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff)
downloadmarcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/sweep/Makefile')
-rw-r--r--audio/sweep/Makefile41
1 files changed, 0 insertions, 41 deletions
diff --git a/audio/sweep/Makefile b/audio/sweep/Makefile
deleted file mode 100644
index 063187d2f..000000000
--- a/audio/sweep/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# New ports collection makefile for: sweep
-# Date created: 25 September 2000
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= sweep
-PORTVERSION= 0.9.1
-PORTREVISION= 1
-CATEGORIES= audio gnome
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= miwi@FreeBSD.org
-COMMENT= A sound editor for the GNOME/GTK 2.0 desktop
-
-LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \
- samplerate.1:${PORTSDIR}/audio/libsamplerate \
- vorbis.3:${PORTSDIR}/audio/libvorbis \
- speex.3:${PORTSDIR}/audio/speex \
- mad.2:${PORTSDIR}/audio/mad
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_GETTEXT= yes
-USE_GNOME= gnomehack gnomeprefix gnometarget gtk20
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --with-extralibdir=${LOCALBASE}/lib \
- --with-extraincdir=${LOCALBASE}/include \
- --with-vorbis=${LOCALBASE}/lib \
- --with-vorbis=${LOCALBASE}/include/vorbis \
- --with-ogg=${LOCALBASE}/lib \
- --with-ogg=${LOCALBASE}/include/ogg
-
-MAN1= sweep.1
-
-.include <bsd.port.mk>