diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-11 12:37:40 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-11 12:37:40 +0800 |
commit | 20606a284fcafbaf0bae54e41327cd4c823f8beb (patch) | |
tree | 3f9ca7dd90127c14a2d5774343e1fcf9531b7ae5 /misc/utftools | |
parent | 9f4be34b569e9fcabff91ff9aeb4037209497019 (diff) | |
download | freebsd-ports-gnome-20606a284fcafbaf0bae54e41327cd4c823f8beb.tar.gz freebsd-ports-gnome-20606a284fcafbaf0bae54e41327cd4c823f8beb.tar.zst freebsd-ports-gnome-20606a284fcafbaf0bae54e41327cd4c823f8beb.zip |
- Add LICENSE
- Strip binaries
Diffstat (limited to 'misc/utftools')
-rw-r--r-- | misc/utftools/Makefile | 9 |
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> |