mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
* fix on amd64 by forcing to always use the i686 version
* remove unncessary EXTRACT_SUFX * optionalize MPG123 dependency PR: ports/174448 Submitted by: 4721@hushmail.com
This commit is contained in:
parent
94b064d49d
commit
2c67d66fa5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309491
@ -1,7 +1,4 @@
|
||||
# New ports collection makefile for: baudline
|
||||
# Date created: 19 Jan 2002
|
||||
# Whom: David Yeske <dyeske@gmail.com>
|
||||
#
|
||||
# Created by: David Yeske <dyeske@gmail.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
@ -12,16 +9,12 @@ CATEGORIES= audio linux
|
||||
# package cluster to automatically fetch baudline
|
||||
MASTER_SITES= http://www.baudline.com/
|
||||
PKGNAMEPREFIX= linux-
|
||||
DISTNAME= baudline_${PORTVERSION:S/.p/pre/}_linux_${ARCH_SUFX}
|
||||
EXTRACT_SUFX= .tar.gz
|
||||
DISTNAME= baudline_${PORTVERSION:S/.p/pre/}_linux_i686
|
||||
|
||||
MAINTAINER= hamradio@FreeBSD.org
|
||||
COMMENT= Real-time signal analysis and time-frequency browser
|
||||
|
||||
RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME:S/i686/x86/}
|
||||
ARCH_SUFX= ${ARCH:S/i386/i686/:S/amd64/x86_64/}
|
||||
USE_LINUX= yes
|
||||
USE_LINUX_APPS= xorglibs
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
@ -31,8 +24,16 @@ RESTRICTED= author requests no distribution except from their site
|
||||
PORTDOCS= README_unix.txt
|
||||
PLIST_FILES= bin/baudline
|
||||
|
||||
OPTIONS_DEFINE= MPG123
|
||||
OPTIONS_DEFAULT= MPG123
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MMPG123}
|
||||
RUN_DEPENDS+= mpg123:${PORTSDIR}/audio/mpg123
|
||||
.endif
|
||||
|
||||
.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\
|
||||
|
@ -1,4 +1,2 @@
|
||||
SHA256 (baudline_1.08_linux_i686.tar.gz) = 4b42e8d03c9fe9738ec66ee51a8d594a60a5770e8e22bb1d73ae38566fb951f1
|
||||
SIZE (baudline_1.08_linux_i686.tar.gz) = 1945014
|
||||
SHA256 (baudline_1.08_linux_x86_64.tar.gz) = 79ff55c3817cd4a97d565733ea6e0532be57b05a7ffe7865b03199680800d625
|
||||
SIZE (baudline_1.08_linux_x86_64.tar.gz) = 2270546
|
||||
|
Loading…
Reference in New Issue
Block a user