3ab447d1f8
- upstream moved to github Submitted by: Doug Harple <detox.dharple@gmail.com> (upstream author) Changes: https://github.com/dharple/detox/blob/master/CHANGELOG.md
24 lines
481 B
Makefile
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>
|