diff options
author | trasz <trasz@FreeBSD.org> | 2014-05-12 18:36:04 +0800 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2014-05-12 18:36:04 +0800 |
commit | ee6ca4058c86f1b7084182dfa8a3cd3c25a3eceb (patch) | |
tree | d241dccab2e4ae658d306ae1e63a57f9239a2e3c /audio/libsmf | |
parent | dfd9ed497e7908f92b6461c715e5f6f2d01a7b36 (diff) | |
download | freebsd-ports-gnome-ee6ca4058c86f1b7084182dfa8a3cd3c25a3eceb.tar.gz freebsd-ports-gnome-ee6ca4058c86f1b7084182dfa8a3cd3c25a3eceb.tar.zst freebsd-ports-gnome-ee6ca4058c86f1b7084182dfa8a3cd3c25a3eceb.zip |
Fix portlint warnings.
Diffstat (limited to 'audio/libsmf')
-rw-r--r-- | audio/libsmf/Makefile | 3 | ||||
-rw-r--r-- | audio/libsmf/pkg-descr | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/audio/libsmf/Makefile b/audio/libsmf/Makefile index 404ee7befb1a..08b015873af3 100644 --- a/audio/libsmf/Makefile +++ b/audio/libsmf/Makefile @@ -9,6 +9,9 @@ MASTER_SITES= SF MAINTAINER= trasz@FreeBSD.org COMMENT= Standard MIDI File format library +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + USES= pathfix pkgconfig readline:port USE_GNOME= glib20 USE_LDCONFIG= yes diff --git a/audio/libsmf/pkg-descr b/audio/libsmf/pkg-descr index 7af3a2e5d581..5303c6174ef5 100644 --- a/audio/libsmf/pkg-descr +++ b/audio/libsmf/pkg-descr @@ -3,4 +3,4 @@ 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: https://github.com/nilsgey/libsmf +WWW: https://github.com/nilsgey/libsmf |