diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2016-10-28 18:29:33 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2016-10-28 18:29:33 +0800 |
commit | 69b5906cd5a856336e531b1ce5f8984613f523d5 (patch) | |
tree | 8e28bef4d69031d8ea42a361c910befccf62731c | |
parent | fa7da255e91e602c82c92a8504ce0ee7c9103588 (diff) | |
download | freebsd-ports-gnome-69b5906cd5a856336e531b1ce5f8984613f523d5.tar.gz freebsd-ports-gnome-69b5906cd5a856336e531b1ce5f8984613f523d5.tar.zst freebsd-ports-gnome-69b5906cd5a856336e531b1ce5f8984613f523d5.zip |
- Add LICENSE
- USES tar:tgz
- Take maintainership as it is required as a dependecny
of one of my ports
-rw-r--r-- | audio/libsidplay/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/audio/libsidplay/Makefile b/audio/libsidplay/Makefile index 157a9f0de2ac..f8349c4e32ec 100644 --- a/audio/libsidplay/Makefile +++ b/audio/libsidplay/Makefile @@ -5,16 +5,19 @@ PORTNAME= libsidplay PORTVERSION= 1.36.59 PORTREVISION= 1 CATEGORIES= audio emulators -MASTER_SITES= http://bsd-geek.de/FreeBSD/distfiles/ -EXTRACT_SUFX= .tgz +MASTER_SITES= http://bsd-geek.de/FreeBSD/distfiles/ \ + LOCAL/ehaupt -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ehaupt@FreeBSD.org COMMENT= Commodore SID-chip emulator library to play SID music files +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes CONFIGURE_ENV= sid_cv_have_ios_binary=yes INSTALL_TARGET= install-strip -USES= libtool +USES= libtool tar:tgz USE_LDCONFIG= yes .include <bsd.port.pre.mk> |