2000-09-25 09:46:16 +00:00
|
|
|
# New ports collection makefile for: sweep
|
|
|
|
# Date created: 25 September 2000
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= sweep
|
2003-04-30 19:53:42 +00:00
|
|
|
PORTVERSION= 0.8.2
|
2003-12-07 01:27:06 +00:00
|
|
|
PORTREVISION= 3
|
2000-09-25 09:46:16 +00:00
|
|
|
CATEGORIES= audio gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2003-07-22 10:34:12 +00:00
|
|
|
MAINTAINER= krion@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= A sound editor for the GNOME/GTK 1.2 desktop
|
2000-09-25 09:46:16 +00:00
|
|
|
|
2003-02-03 13:26:32 +00:00
|
|
|
LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \
|
|
|
|
samplerate.0:${PORTSDIR}/audio/libsamplerate \
|
|
|
|
vorbis.2:${PORTSDIR}/audio/libvorbis \
|
2003-06-12 12:27:06 +00:00
|
|
|
speex.2:${PORTSDIR}/audio/speex \
|
2003-12-07 01:27:06 +00:00
|
|
|
mad.2:${PORTSDIR}/audio/mad \
|
2003-02-03 13:26:32 +00:00
|
|
|
tdb.1:${PORTSDIR}/databases/tdb
|
|
|
|
|
2000-09-25 09:46:16 +00:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_LIBTOOL= yes
|
2003-02-03 13:26:32 +00:00
|
|
|
USE_GNOME= gnomeprefix gnomehier gnomehack gtk12
|
2000-10-23 07:29:48 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2000-09-25 09:46:16 +00:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2003-02-03 13:26:32 +00:00
|
|
|
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
|
2000-09-25 09:46:16 +00:00
|
|
|
|
|
|
|
MAN1= sweep.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|