2000-05-23 09:47:27 +00:00
|
|
|
# New ports collection makefile for: extace
|
|
|
|
# Date created: 8 April 2000
|
|
|
|
# Whom: Maxim Sobolev
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-07-31 09:46:30 +00:00
|
|
|
PORTNAME= extace
|
2000-08-29 10:45:27 +00:00
|
|
|
PORTVERSION= 1.3.2
|
2000-07-31 09:46:30 +00:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2000-06-14 13:21:38 +00:00
|
|
|
MASTER_SITE_SUBDIR= eXtace
|
2000-05-23 09:47:27 +00:00
|
|
|
|
2000-07-31 09:46:30 +00:00
|
|
|
MAINTAINER= sobomax@FreeBSD.org
|
2000-05-23 09:47:27 +00:00
|
|
|
|
2000-10-05 07:22:56 +00:00
|
|
|
LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw
|
2000-05-23 09:47:27 +00:00
|
|
|
|
2000-07-31 09:46:30 +00:00
|
|
|
USE_X_PREFIX= yes
|
2000-10-05 07:22:56 +00:00
|
|
|
USE_IMLIB= yes
|
|
|
|
USE_ESOUND= yes
|
|
|
|
WANT_GNOME= yes
|
2000-07-31 09:46:30 +00:00
|
|
|
USE_LIBTOOL= yes
|
2000-10-05 07:22:56 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_LIBFFTW" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2000-05-23 09:47:27 +00:00
|
|
|
|
2000-10-05 07:22:56 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
2000-05-23 09:47:27 +00:00
|
|
|
|
2000-10-05 07:22:56 +00:00
|
|
|
.if defined(HAVE_GNOME)
|
|
|
|
USE_GNOME= yes
|
|
|
|
.endif
|
2000-05-23 09:47:27 +00:00
|
|
|
|
2000-10-05 07:22:56 +00:00
|
|
|
pre-patch:
|
|
|
|
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
|
|
|
's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g'
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|