summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2016-10-28 10:29:33 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2016-10-28 10:29:33 +0000
commit701c624b42a90c6caf77fce22bb162ac3dfc4159 (patch)
tree8e28bef4d69031d8ea42a361c910befccf62731c /audio
parentFix build with CUPS 2.2.x. (diff)
- Add LICENSE
- USES tar:tgz - Take maintainership as it is required as a dependecny of one of my ports
Notes
Notes: svn path=/head/; revision=424821
Diffstat (limited to 'audio')
-rw-r--r--audio/libsidplay/Makefile11
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>