23 lines
450 B
Makefile
23 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>
|