mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
- 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
This commit is contained in:
parent
0437806b1e
commit
c296a6c443
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123936
@ -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
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (baudline_0.98_i686.tar.gz) = ad7b895535e642096616c500e4e0540f
|
||||
SIZE (baudline_0.98_i686.tar.gz) = 795919
|
||||
MD5 (baudline_0.99_i686.tar.gz) = 6a6535edcceb637de525b58216ddf82c
|
||||
SIZE (baudline_0.99_i686.tar.gz) = 811726
|
||||
|
@ -1,5 +0,0 @@
|
||||
bin/baudline
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/mailcap.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/mime.types.txt
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Reference in New Issue
Block a user