svn commit: r386045 - head/misc/utftools
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon May 11 04:37:41 UTC 2015
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 at 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>
More information about the svn-ports-all
mailing list