Date: Sat, 2 May 2015 20:00:25 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385213 - head/devel/sfml1 Message-ID: <201505022000.t42K0P7P065126@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat May 2 20:00:24 2015 New Revision: 385213 URL: https://svnweb.freebsd.org/changeset/ports/385213 Log: - Add LICENSE Modified: head/devel/sfml1/Makefile Modified: head/devel/sfml1/Makefile ============================================================================== --- head/devel/sfml1/Makefile Sat May 2 19:39:43 2015 (r385212) +++ head/devel/sfml1/Makefile Sat May 2 20:00:24 2015 (r385213) @@ -12,6 +12,9 @@ PKGNAMESUFFIX= 1 MAINTAINER= amdmi3@FreeBSD.org COMMENT= Simple and Fast Multimedia Library +LICENSE= ZLIB +LICENSE_FILE= ${WRKSRC}/license.txt + LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ libpng.so:${PORTSDIR}/graphics/png \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505022000.t42K0P7P065126>