aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/detox/Makefile
blob: 5fe3725f3aef60240ecad2230a0e6656f49fd5c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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

USE_BZIP2=  yes
USES=       gmake
GNU_CONFIGURE=  yes

LICENSE=    BSD
LICENSE_FILE=   ${WRKSRC}/LICENSE

.include <bsd.port.mk>