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
|
2000-08-29 12:45:27 +02:00
|
|
|
PORTVERSION= 1.3.2
|
2000-07-31 11:46:30 +02:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2000-06-14 15:21:38 +02:00
|
|
|
MASTER_SITE_SUBDIR= eXtace
|
2000-05-23 11:47:27 +02:00
|
|
|
|
2000-07-31 11:46:30 +02:00
|
|
|
MAINTAINER= sobomax@FreeBSD.org
|
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
|
2000-10-05 09:22:56 +02:00
|
|
|
USE_IMLIB= yes
|
|
|
|
USE_ESOUND= yes
|
|
|
|
WANT_GNOME= yes
|
2000-07-31 11:46:30 +02:00
|
|
|
USE_LIBTOOL= yes
|
2000-10-05 09:22:56 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_LIBFFTW" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2000-05-23 11:47:27 +02:00
|
|
|
|
2000-10-05 09:22:56 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
2000-05-23 11:47:27 +02:00
|
|
|
|
2000-10-05 09:22:56 +02:00
|
|
|
.if defined(HAVE_GNOME)
|
|
|
|
USE_GNOME= yes
|
|
|
|
.endif
|
2000-05-23 11:47:27 +02:00
|
|
|
|
2000-10-05 09:22:56 +02:00
|
|
|
pre-patch:
|
|
|
|
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
|
|
|
's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g'
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|