Date: Mon, 11 May 2015 04:37:41 +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: r386045 - head/misc/utftools Message-ID: <201505110437.t4B4bfIa091894@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon May 11 04:37:40 2015 New Revision: 386045 URL: https://svnweb.freebsd.org/changeset/ports/386045 Log: - Add LICENSE - Strip binaries Modified: head/misc/utftools/Makefile Modified: head/misc/utftools/Makefile ============================================================================== --- head/misc/utftools/Makefile Mon May 11 04:32:50 2015 (r386044) +++ head/misc/utftools/Makefile Mon May 11 04:37:40 2015 (r386045) @@ -3,15 +3,24 @@ PORTNAME= utftools PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= ftp://ftp.cs.yorku.ca/pub/wily/misc/ MAINTAINER= ports@FreeBSD.org COMMENT= UTF-aware wc, fmt, expand, and unexpand +LICENSE= UTFTOOLS +LICENSE_FILE= ${WRKSRC}/COPYRIGHT +LICENSE_NAME= utftools license +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + BUILD_DEPENDS= ${LOCALBASE}/lib/libutf.a:${PORTSDIR}/misc/libutf GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${LOCALBASE}/lib --includedir=${LOCALBASE}/include +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505110437.t4B4bfIa091894>