1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/audio/baudline/Makefile
Mathieu Arnold 3505159e72
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.

RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept

Differential Revision:  https://reviews.freebsd.org/D30010
2021-05-06 13:47:48 +02:00

55 lines
1.5 KiB
Makefile

# Created by: David Yeske <dyeske@gmail.com>
PORTNAME= baudline
PORTVERSION= 1.08
PORTREVISION= 1
CATEGORIES= audio linux
# We have permission from author Erik Olsen <erik@sigblips.net> for the
# package cluster to automatically fetch baudline
MASTER_SITES= http://www.baudline.com/
PKGNAMEPREFIX= linux-
DISTNAME= baudline_${PORTVERSION:S/.p/pre/}_linux_i686
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Real-time signal analysis and time-frequency browser
# Converted from RESTRICTED
LICENSE= BAUDLINE
LICENSE_NAME= baudline
LICENSE_TEXT= author requests no distribution except from their site
LICENSE_PERMS= auto-accept
WRKSRC= ${WRKDIR}/${DISTNAME:S/i686/x86/}
USES= linux
USE_LINUX= xorglibs
ONLY_FOR_ARCHS= i386 amd64
PORTDOCS= README_unix.txt
PLIST_FILES= bin/baudline
OPTIONS_DEFINE= MPG123 DOCS
OPTIONS_DEFAULT= MPG123
MPG123_RUN_DEPENDS= mpg123:audio/mpg123
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
IGNORE= may not be automatically fetched due to licensing\
restrictions. You must manually fetch ${DISTFILES} from\
http://www.baudline.com/download.html. Once ${DISTFILES}\
has been downloaded, move it to ${DISTDIR} and then\
restart this build
.endif
do-build:
${BRANDELF} -t Linux ${WRKSRC}/baudline
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/baudline ${STAGEDIR}${PREFIX}/bin
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.post.mk>