1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/audio/extace/Makefile

32 lines
804 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 09:46:30 +00:00
PORTNAME= extace
PORTVERSION= 1.9.9
PORTREVISION= 5
2000-07-31 09:46:30 +00:00
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/eXtace/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= An Audio Visualization plugin for the X Window System
2009-05-18 15:08:58 +00:00
LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3
USE_GNOME= esound gnomehack gnomehier gnometarget gtk20
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
PLIST_FILES= bin/extace \
share/gnome/apps/Multimedia/extace.desktop
post-patch:
@${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|^LIBS =|#LIBS =|g' ${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>