blob: 4a2f0331e1f04b6d47a452c767a8fa9380651c5a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|