blob: 4bbc62ac2d4d389ea15afa5d0d23cbe6e19b238b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Doug Harple
# $FreeBSD$
PORTNAME= detox
PORTVERSION= 1.2.0
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
USE_GMAKE= yes
GNU_CONFIGURE= yes
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_STAGE= yes
.include <bsd.port.mk>
|