Date: Thu, 28 May 2015 11:40:30 +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: r387719 - head/chinese/scim-array Message-ID: <201505281140.t4SBeU8b070939@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu May 28 11:40:30 2015 New Revision: 387719 URL: https://svnweb.freebsd.org/changeset/ports/387719 Log: - Strip library - Add LICENSE Modified: head/chinese/scim-array/Makefile Modified: head/chinese/scim-array/Makefile ============================================================================== --- head/chinese/scim-array/Makefile Thu May 28 11:40:24 2015 (r387718) +++ head/chinese/scim-array/Makefile Thu May 28 11:40:30 2015 (r387719) @@ -3,18 +3,22 @@ PORTNAME= scim-array PORTVERSION= 1.0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= chinese MASTER_SITES= http://of.openfoundry.org/download/scimarray/${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Array 30 SCIM IMEngine module +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim GNU_CONFIGURE= yes USES= gettext gmake iconv libtool:keepla pkgconfig +INSTALL_TARGET= install-strip CFLAGS+= -fPIC CPPFLAGS+= -I${LOCALBASE}/include
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505281140.t4SBeU8b070939>