1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/audio/sweep/Makefile
Emanuel Haupt 5d8982334f - Update to 0.8.3
PR:		87532
Submitted by:	Ports Fury
Approved by:	novel (mentor) (implicit)
2005-10-16 21:45:23 +00:00

39 lines
1.0 KiB
Makefile

# New ports collection makefile for: sweep
# Date created: 25 September 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= sweep
PORTVERSION= 0.8.4
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A sound editor for the GNOME/GTK 1.2 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_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix gnometarget gtk12
USE_GMAKE= yes
USE_LIBTOOL_VER= 15
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>