1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/audio/aube/Makefile
Kirill Ponomarev bcadc8453d Change my mail to @FreeBSD.org
Approved by:	fjoe (mentor)
2003-07-22 10:34:12 +00:00

28 lines
632 B
Makefile

# New ports collection makefile for: aube
# Date created: 09.06.2003
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$
#
PORTNAME= aube
PORTVERSION= 0.30.2
CATEGORIES= audio gnome
MASTER_SITES= http://www.metadecks.org/software/aube/download/
MAINTAINER= krion@FreeBSD.org
COMMENT= System for sound generation and processing
LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile
USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_GNOME= gnomeprefix gnomehier gnomehack gtk12 imlib
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= aube.1
.include <bsd.port.mk>