mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
9671981826
PR: 248459 Exp-run by: antoine
21 lines
399 B
Makefile
21 lines
399 B
Makefile
# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org>
|
|
|
|
PORTNAME= libsmf
|
|
PORTVERSION= 1.3
|
|
PORTREVISION= 4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= trasz@FreeBSD.org
|
|
COMMENT= Standard MIDI File format library
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gnome libtool pathfix pkgconfig readline
|
|
USE_GNOME= glib20
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|