freebsd-ports/audio/jack-smf-utils/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

23 lines
456 B
Makefile

# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org>
# $FreeBSD$
PORTNAME= jack-smf-utils
PORTVERSION= 1.0
PORTREVISION= 7
CATEGORIES= audio
MASTER_SITES= SF
MAINTAINER= trasz@FreeBSD.org
COMMENT= Standard MIDI File file player and recorder for JACK MIDI
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libjack.so:audio/jack \
liblash.so:audio/lash
USES= pkgconfig
GNU_CONFIGURE= yes
USE_GNOME= glib20
.include <bsd.port.mk>