aboutsummaryrefslogtreecommitdiff
path: root/audio/baudline/Makefile
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-12-13 15:31:34 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-12-13 15:31:34 +0000
commitc296a6c443c71c17365298079cd30a06f521740f (patch)
tree9e188c976a598da343b5d7c65ee73ac1a4de6541 /audio/baudline/Makefile
parent0437806b1eacf36bd32e6947c790272cb7a5fc87 (diff)
downloadports-c296a6c443c71c17365298079cd30a06f521740f.tar.gz
ports-c296a6c443c71c17365298079cd30a06f521740f.zip
- Unbreak: Update to 0.99
- Use PORTDOCS/PLIST_FILES instead of short plist while here - Reset maintainer to ports: Last sign of life from maintainer more than 1y ago PR: ports/74998 Submitted by: Serge Gagnon
Notes
Notes: svn path=/head/; revision=123936
Diffstat (limited to 'audio/baudline/Makefile')
-rw-r--r--audio/baudline/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/audio/baudline/Makefile b/audio/baudline/Makefile
index 9bfabf53348e..91336a2cf735 100644
--- a/audio/baudline/Makefile
+++ b/audio/baudline/Makefile
@@ -6,19 +6,17 @@
#
PORTNAME= baudline
-PORTVERSION= 0.98
+PORTVERSION= 0.99
CATEGORIES= audio linux
MASTER_SITES= http://www.baudline.com/
PKGNAMEPREFIX= linux-
DISTNAME= baudline_${PORTVERSION:S/.p/pre/}_i686
-MAINTAINER= dyeske@yahoo.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= A real-time signal analysis tool and an offline time-frequency browser
RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
-BROKEN= Unfetchable
-
USE_X_PREFIX= yes
ONLY_FOR_ARCHS= i386
USE_LINUX= yes
@@ -31,6 +29,9 @@ STRIP=
RESTRICTED= "author requests no distribution except from their site"
+PORTDOCS= README mailcap.txt mime.types.txt
+PLIST_FILES= bin/baudline
+
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTFILES})
@@ -64,7 +65,7 @@ do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/baudline ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for i in README mailcap.txt mime.types.txt
+.for i in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif