23 lines
476 B
Makefile
23 lines
476 B
Makefile
PORTNAME= jack-smf-utils
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 10
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Standard MIDI File file player and recorder for JACK MIDI
|
|
WWW= http://jack-smf-utils.sourceforge.net/
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libjack.so:audio/jack \
|
|
liblash.so:audio/lash
|
|
|
|
USES= gnome pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= glib20
|
|
|
|
CONFLICTS_INSTALL= libsmf # bin/smfsh
|
|
|
|
.include <bsd.port.mk>
|