opnsense-ports/misc/utftools/Makefile
Shawn Webb 7eb3f149a7
Revert "Some ports won't work with PIE or RELRO+BIND_NOW."
This work will be redone as a bsd.hardening.exceptions.mk file.
OPNsense's ports sync script would overwrite the port Makefile.

This reverts commit 1b4cfac052.
2016-08-18 09:38:55 -04:00

26 lines
649 B
Makefile

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