mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
bbc8c4d740
Approved by: portmgr (not really, but touches unstaged ports)
19 lines
327 B
Makefile
19 lines
327 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= BSD
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
.include <bsd.port.mk>
|