1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/audio/libsmf/Makefile
Edward Tomasz Napierala 29be4364a8 LibSMF is a BSD-licensed C library for handling SMF ("*.mid") files.
It transparently handles timepulses conversions, tempo map handling
etc.  The only dependencies are C compiler and glib.  Full API
documentation and examples are included.

WWW:	http://sourceforge.net/projects/libsmf/
2010-03-29 19:50:33 +00:00

24 lines
444 B
Makefile

# New ports collection makefile for: libsmf
# Date created: 2010-03-29
# Whom: Edward Tomasz Napierala <trasz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libsmf
PORTVERSION= 1.3
CATEGORIES= audio
MASTER_SITES= SF
MAINTAINER= trasz@FreeBSD.org
COMMENT= Standard MIDI File format library
LIB_DEPENDS+= readline.6:${PORTSDIR}/devel/readline
USE_GNOME= glib20 gnomehack
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
MAN1= smfsh.1
.include <bsd.port.mk>