1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/audio/xanalyser/Makefile
Dmitry Marakasov 0588b15289 - Switch to USES=libtool
- Convert USE_BZIP2 to USES

Approved by:	portmgr blanket
2014-07-01 02:49:47 +00:00

25 lines
574 B
Makefile

# Created by: Diane Bruce <db@db.net
# $FreeBSD$
PORTNAME= xanalyser
PORTVERSION= 1.32
PORTREVISION= 1
CATEGORIES= audio hamradio
MASTER_SITES= http://arvin.schnell-web.net/xanalyser/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= db
MAINTAINER= db@FreeBSD.org
COMMENT= Spectrum analyser
USES= gmake libtool motif tar:bzip2
GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
-e 's|%%MOTIFLIB%%|${MOTIFLIB} |g' \
-e 's|%%PREFIX%%|${PREFIX}|g' \
${WRKSRC}/xanalyser.spec ${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>