freebsd-ports/misc/utftools/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

28 lines
670 B
Makefile

# Created by: Serge Gagnon <gagnon__s@videotron.ca>
# $FreeBSD$
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
BROKEN= unfetchable
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>