Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2015 23:43:16 +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: r389886 - head/x11-toolkits/gtkmathview
Message-ID:  <201506162343.t5GNhGaj081950@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jun 16 23:43:15 2015
New Revision: 389886
URL: https://svnweb.freebsd.org/changeset/ports/389886

Log:
  - Add LICENSE
  - Strip library

Modified:
  head/x11-toolkits/gtkmathview/Makefile

Modified: head/x11-toolkits/gtkmathview/Makefile
==============================================================================
--- head/x11-toolkits/gtkmathview/Makefile	Tue Jun 16 23:43:07 2015	(r389885)
+++ head/x11-toolkits/gtkmathview/Makefile	Tue Jun 16 23:43:15 2015	(r389886)
@@ -3,13 +3,16 @@
 
 PORTNAME=	gtkmathview
 PORTVERSION=	0.8.0
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	http://helm.cs.unibo.it/mml-widget/sources/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	GTK Widget to Render MathML Documents
 
+LICENSE=	LGPL3
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 BUILD_DEPENDS=	xsltproc:${PORTSDIR}/textproc/libxslt
 LIB_DEPENDS=	libpopt.so:${PORTSDIR}/devel/popt \
 		libt1.so:${PORTSDIR}/devel/t1lib \
@@ -18,6 +21,7 @@ LIB_DEPENDS=	libpopt.so:${PORTSDIR}/deve
 GNU_CONFIGURE=	yes
 USES=		gmake libtool pathfix pkgconfig
 USE_GNOME=	gtk20 libxml2 pangox-compat
+INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506162343.t5GNhGaj081950>