2000-09-25 11:46:16 +02:00
|
|
|
# New ports collection makefile for: sweep
|
|
|
|
# Date created: 25 September 2000
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= sweep
|
2005-10-16 23:45:23 +02:00
|
|
|
PORTVERSION= 0.8.4
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 1
|
2000-09-25 11:46:16 +02:00
|
|
|
CATEGORIES= audio gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2004-08-08 10:11:20 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A sound editor for the GNOME/GTK 1.2 desktop
|
2000-09-25 11:46:16 +02:00
|
|
|
|
2003-02-03 14:26:32 +01:00
|
|
|
LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \
|
2004-07-19 19:48:10 +02:00
|
|
|
samplerate.1:${PORTSDIR}/audio/libsamplerate \
|
2003-12-20 17:14:14 +01:00
|
|
|
vorbis.3:${PORTSDIR}/audio/libvorbis \
|
2004-07-23 11:17:55 +02:00
|
|
|
speex.3:${PORTSDIR}/audio/speex \
|
2005-10-16 23:45:23 +02:00
|
|
|
mad.2:${PORTSDIR}/audio/mad
|
2003-02-03 14:26:32 +01:00
|
|
|
|
2000-09-25 11:46:16 +02:00
|
|
|
USE_X_PREFIX= yes
|
2005-10-16 23:45:23 +02:00
|
|
|
USE_GNOME= gnomehack gnomeprefix gnometarget gtk12
|
2000-09-25 11:46:16 +02:00
|
|
|
USE_GMAKE= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2000-10-23 09:29:48 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2000-09-25 11:46:16 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2003-02-03 14:26:32 +01: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 11:46:16 +02:00
|
|
|
|
|
|
|
MAN1= sweep.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|