aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/detox/Makefile
blob: d4ca52a2802f31245670c8ac2097706560cfeca4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    detox
# Date created:             4 March 2005
# Whom:                 Doug Harple
#
# $FreeBSD$
#

PORTNAME=   detox
PORTVERSION=    1.1.1
CATEGORIES= sysutils
MASTER_SITES=   SF

MAINTAINER= purgedhalo@users.sourceforge.net
COMMENT=    Removes non-standard characters from filenames

MAN1=       detox.1
MAN5=       detoxrc.5 detox.tbl.5
USE_BZIP2=  yes
GNU_CONFIGURE=  yes

.include <bsd.port.mk>