freebsd-ports/audio/extace/Makefile

28 lines
640 B
Makefile
Raw Normal View History

# New ports collection makefile for: extace
# Date created: 8 April 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
2000-07-31 11:46:30 +02:00
PORTNAME= extace
PORTVERSION= 1.9.0
PORTREVISION= 1
2000-07-31 11:46:30 +02:00
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= An Audio Visualization plugin for the X Window System
2000-10-05 09:22:56 +02:00
LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw
2000-07-31 11:46:30 +02:00
USE_X_PREFIX= yes
USE_GNOME= esound imlib gnomehack gnomeprefix
2000-07-31 11:46:30 +02:00
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --disable-alsa
.include <bsd.port.mk>