opnsense-ports/sysutils/xe/Makefile
Franco Fichtner 96e3a232f6 */*: sync with upstream
Taken from: HardenedBSD
2017-07-26 04:49:57 +02:00

30 lines
494 B
Makefile

# Created by: Tobias Kortkamp <t@tobik.me>
# $FreeBSD$
PORTNAME= xe
PORTVERSION= 0.9
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
MAINTAINER= tobik@FreeBSD.org
COMMENT= Simple xargs and apply replacement
LICENSE= CC0-1.0
USE_GITHUB= yes
GH_ACCOUNT= chneukirchen
USES= perl5
USE_PERL5= test
MAKE_ARGS= CFLAGS="${CFLAGS}" \
MANDIR="${PREFIX}/man"
TEST_TARGET= check
PLIST_FILES= bin/xe \
man/man1/xe.1.gz
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xe
.include <bsd.port.mk>