freebsd-ports/sysutils/detox/Makefile
Florent Thoumie 2417b24ccd - Add detox 1.1.1, a program that renames files to make them
easier to work with under Unix and related operating systems.

PR:		ports/78772
Submitted by:	Doug Harple <dharple@nycap.rr.com>
2005-03-13 21:24:10 +00:00

22 lines
450 B
Makefile

# 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= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
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>