e1bfdfbe56
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
26 lines
503 B
Makefile
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>
|