2000-05-23 11:47:27 +02:00
|
|
|
# New ports collection makefile for: extace
|
|
|
|
# Date created: 8 April 2000
|
2000-11-01 16:51:11 +01:00
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
2000-05-23 11:47:27 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-07-31 11:46:30 +02:00
|
|
|
PORTNAME= extace
|
2003-12-04 11:13:19 +01:00
|
|
|
PORTVERSION= 1.9.0
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 1
|
2000-07-31 11:46:30 +02:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2003-06-04 22:58:33 +02:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-05-23 11:47:27 +02:00
|
|
|
|
2003-05-23 01:02:48 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= An Audio Visualization plugin for the X Window System
|
2000-05-23 11:47:27 +02:00
|
|
|
|
2000-10-05 09:22:56 +02:00
|
|
|
LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw
|
2000-05-23 11:47:27 +02:00
|
|
|
|
2000-07-31 11:46:30 +02:00
|
|
|
USE_X_PREFIX= yes
|
2003-08-20 12:47:18 +02:00
|
|
|
USE_GNOME= esound imlib gnomehack gnomeprefix
|
2000-07-31 11:46:30 +02:00
|
|
|
USE_LIBTOOL= yes
|
2003-12-04 11:13:19 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-06-04 22:58:33 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2003-08-20 12:47:18 +02:00
|
|
|
CONFIGURE_ARGS= --disable-alsa
|
2003-06-04 22:58:33 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|