freebsd-ports/audio/extace/Makefile

29 lines
711 B
Makefile
Raw Normal View History

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
2000-07-31 11:46:30 +02:00
PORTNAME= extace
PORTVERSION= 1.9.9
PORTREVISION= 8
2000-07-31 11:46:30 +02:00
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/eXtace/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Audio visualization plugin for the X Window System
LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3
2013-12-28 21:24:04 +01:00
USES= pathfix pkgconfig
USE_GNOME= esound gnomehier gtk20
GNU_CONFIGURE= yes
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>