mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
601e1cf0a9
PR: 53483 Submitted by: Kirill Ponomarew <ponomarew@oberon.net> (maintainer)
41 lines
1.1 KiB
Makefile
41 lines
1.1 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.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= audio gnome
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ponomarew@oberon.net
|
|
COMMENT= A sound editor for the GNOME/GTK 1.2 desktop
|
|
|
|
LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \
|
|
samplerate.0:${PORTSDIR}/audio/libsamplerate \
|
|
vorbis.2:${PORTSDIR}/audio/libvorbis \
|
|
speex.2:${PORTSDIR}/audio/speex \
|
|
mad.1:${PORTSDIR}/audio/mad \
|
|
tdb.1:${PORTSDIR}/databases/tdb
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_GNOME= gnomeprefix gnomehier gnomehack gtk12
|
|
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>
|