blob: 2d06bd3f996633f5fecd7ea4a70d1eb4ba4c521a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: detox
# Date created: 4 March 2005
# Whom: 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
.include <bsd.port.mk>
|