1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/misc/utftools/Makefile
2021-04-06 16:31:07 +02:00

26 lines
637 B
Makefile

# Created by: Serge Gagnon <gagnon__s@videotron.ca>
PORTNAME= utftools
PORTVERSION= 1.6
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.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:misc/libutf
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libdir=${LOCALBASE}/lib --includedir=${LOCALBASE}/include
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
.include <bsd.port.mk>