aboutsummaryrefslogtreecommitdiff
path: root/audio/xanalyser/Makefile
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2007-04-20 21:27:48 +0000
committerDiane Bruce <db@FreeBSD.org>2007-04-20 21:27:48 +0000
commit74786e1406b24b6f8953272d4129d12b4b75835d (patch)
treee565bbbcbf593b4c37dadc0dbe229a178081f718 /audio/xanalyser/Makefile
parent0bafca98cb011e67dc6d4a9ea6e22a76699d40e7 (diff)
downloadports-74786e1406b24b6f8953272d4129d12b4b75835d.tar.gz
ports-74786e1406b24b6f8953272d4129d12b4b75835d.zip
- cleanup non-supported [1] (with changes)
- update to 1.30 [2] PR: ports/111694 [1] Submitted by: edwin [1], Diane Bruce (maintainer) [2] Approved by: ehaupt (mentor)
Notes
Notes: svn path=/head/; revision=190495
Diffstat (limited to 'audio/xanalyser/Makefile')
-rw-r--r--audio/xanalyser/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/audio/xanalyser/Makefile b/audio/xanalyser/Makefile
index 276f7dbd89de..380e82cc5133 100644
--- a/audio/xanalyser/Makefile
+++ b/audio/xanalyser/Makefile
@@ -6,9 +6,11 @@
#
PORTNAME= xanalyser
-PORTVERSION= 1.29
+PORTVERSION= 1.30
CATEGORIES= audio hamradio
-MASTER_SITES= http://arvin.schnell-web.net/xanalyser/
+MASTER_SITES= http://arvin.schnell-web.net/xanalyser/ \
+ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= db
MAINTAINER= db@FreeBSD.org
COMMENT= Spectrum analyser
@@ -23,14 +25,11 @@ USE_AUTOTOOLS= libtool:15
MAN1= xanalyser.1
PLIST_FILES= bin/xanalyser \
lib/X11/app-defaults/XAnalyser
-
-.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-BROKEN= Does not compile
-.endif
+CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ARGS= --mandir=${MANPREFIX}/man
post-patch:
@${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g' \
-e 's|-lXm |${MOTIFLIB} |g' ${WRKSRC}/src/Makefile.in
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>