svn commit: r424821 - head/audio/libsidplay

Emanuel Haupt ehaupt at FreeBSD.org
Fri Oct 28 10:29:34 UTC 2016


Author: ehaupt
Date: Fri Oct 28 10:29:33 2016
New Revision: 424821
URL: https://svnweb.freebsd.org/changeset/ports/424821

Log:
  - Add LICENSE
  - USES tar:tgz
  - Take maintainership as it is required as a dependecny
    of one of my ports

Modified:
  head/audio/libsidplay/Makefile

Modified: head/audio/libsidplay/Makefile
==============================================================================
--- head/audio/libsidplay/Makefile	Fri Oct 28 10:10:47 2016	(r424820)
+++ head/audio/libsidplay/Makefile	Fri Oct 28 10:29:33 2016	(r424821)
@@ -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 at FreeBSD.org
+MAINTAINER=	ehaupt at 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>


More information about the svn-ports-all mailing list