freebsd-ports/audio/libsmf/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

21 lines
410 B
Makefile

# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org>
# $FreeBSD$
PORTNAME= libsmf
PORTVERSION= 1.3
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= SF
MAINTAINER= trasz@FreeBSD.org
COMMENT= Standard MIDI File format library
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= pathfix pkgconfig readline:port libtool
USE_GNOME= glib20
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>