1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/audio/extace/Makefile
Baptiste Daroussin b02281a107 Stop using USE_GNOME=esound
Add license
Use USES=localbase
Remove useless USES=pathfix
2018-04-02 20:04:07 +00:00

31 lines
675 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= extace
PORTVERSION= 1.9.9
PORTREVISION= 9
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/eXtace/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Audio visualization plugin for the X Window System
LICENSE= GPLv2
LIB_DEPENDS= libfftw3.so:math/fftw3 \
libesd.so:audio/esound
USES= localbase libtool pkgconfig
USE_GNOME= gtk20
GNU_CONFIGURE= yes
LIBS+= -lm
PLIST_FILES= bin/extace \
share/gnome/apps/Multimedia/extace.desktop
post-patch:
@${REINPLACE_CMD} '/^CFLAGS="-O2/d' ${WRKSRC}/configure
@${REINPLACE_CMD} '/^LIBS =/s/$$/ @LIBS@/' ${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>