18 lines
334 B
Makefile
18 lines
334 B
Makefile
# Created by: Doug Harple
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= detox
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= purgedhalo@users.sourceforge.net
|
|
COMMENT= Removes non-standard characters from filenames
|
|
|
|
USES= gmake tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
.include <bsd.port.mk>
|