mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- Convert to OPTIONSng.
- Strip Makefile headers. - Remove shlib major version from LIB_DEPENDS. PR: ports/173804 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> Approved by: hselasky (maintainer) Feature safe: yes
This commit is contained in:
parent
9921d061a8
commit
b83fdefc02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307729
@ -1,9 +1,5 @@
|
||||
# Ports collection makefile for: jack_umidi
|
||||
# Date created: 21 June 2011
|
||||
# Whom: Hans Petter Selasky <hselasky@FreeBSD.org>
|
||||
#
|
||||
# Created by: Hans Petter Selasky <hselasky@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= jack_umidi
|
||||
PORTVERSION= 1.0.4
|
||||
@ -14,9 +10,10 @@ MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \
|
||||
MAINTAINER= hselasky@FreeBSD.org
|
||||
COMMENT= Daemon that converts a raw MIDI device into a JACK MIDI device
|
||||
|
||||
LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
LIB_DEPENDS= jack:${PORTSDIR}/audio/jack
|
||||
|
||||
USE_BZIP2= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
MANCOMPRESSED= yes
|
||||
@ -24,14 +21,14 @@ MAN8= jack_umidi.8
|
||||
|
||||
PLIST_FILES= sbin/jack_umidi
|
||||
|
||||
OPTIONS= DEBUG "Build with debugging support" Off
|
||||
OPTIONS_DEFINE= DEBUG
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
MAKE_ARGS+=" HAVE_MAN=YES"
|
||||
MAKE_ARGS+=" PTHREAD_LIBS=${PTHREAD_LIBS}"
|
||||
|
||||
.if defined(WITH_DEBUG)
|
||||
.if ${PORT_OPTIONS:MDEBUG}
|
||||
MAKE_ARGS+=" HAVE_DEBUG=YES"
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user