21 lines
394 B
Makefile
21 lines
394 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= 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>
|