opnsense-ports/sysutils/detox/Makefile
Franco Fichtner 740ed7b2c0 */*: sync with upstream
Taken from: HardenedBSD
2018-09-11 00:35:04 +02:00

26 lines
503 B
Makefile

# Created by: Doug Harple
# $FreeBSD$
PORTNAME= detox
PORTVERSION= 1.3.0
DISTVERSIONPREFIX=v
CATEGORIES= sysutils
MAINTAINER= ports@FreeBSD.org
COMMENT= Removes non-standard characters from filenames
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= autoreconf gmake tar:bzip2
USE_GITHUB= yes
GNU_CONFIGURE= yes
GH_ACCOUNT= dharple
OPTIONS_DEFINE= DOCS
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/detox
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/inline-detox
.include <bsd.port.mk>