1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/sysutils/detox/Makefile
Wesley Shields 52d792ab82 - Update to 1.2.0.
- Add LICENSE.

PR:		ports/157848
Submitted by:	Ryan Steinmetz <rpsfa@rit.edu>
Approved by:	maintainer timeout
2011-06-28 00:11:31 +00:00

26 lines
455 B
Makefile

# 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>