mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 19:06:44 -04:00
22 lines
468 B
Makefile
22 lines
468 B
Makefile
PORTNAME= libsmf
|
|
PORTVERSION= 1.3
|
|
PORTREVISION= 5
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Standard MIDI File format library
|
|
WWW= https://github.com/nilsgey/libsmf
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gnome libtool pathfix pkgconfig readline
|
|
USE_GNOME= glib20
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
|
|
CONFLICTS_INSTALL= jack-smf-utils # bin/smfsh
|
|
|
|
.include <bsd.port.mk>
|