opnsense-ports/sysutils/detox/Makefile
Franco Fichtner 52b515ca17 */*: sync with upstream
Taken from: FreeBSD
2017-03-05 09:38:37 +01:00

24 lines
481 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
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/detox
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/inline-detox
.include <bsd.port.mk>