aboutsummaryrefslogtreecommitdiff
path: root/misc/utftools
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-11 04:37:40 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-11 04:37:40 +0000
commita0a962a887290ee651e5149bce13b048d83738e4 (patch)
tree3f9ca7dd90127c14a2d5774343e1fcf9531b7ae5 /misc/utftools
parentcbc5363136d84bd5484f02d0f7c8bae61a162346 (diff)
downloadports-a0a962a887290ee651e5149bce13b048d83738e4.tar.gz
ports-a0a962a887290ee651e5149bce13b048d83738e4.zip
Notes
Diffstat (limited to 'misc/utftools')
-rw-r--r--misc/utftools/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/misc/utftools/Makefile b/misc/utftools/Makefile
index 740b332a3112..1fc8f1288ae4 100644
--- a/misc/utftools/Makefile
+++ b/misc/utftools/Makefile
@@ -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>