1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/sysutils/detox/Makefile
Martin Wilke dbd3e01608 - Stage support
- Convert gmake to USES
2014-02-11 14:16:39 +00:00

20 lines
332 B
Makefile

# 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
USE_BZIP2= yes
USES= gmake
GNU_CONFIGURE= yes
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/LICENSE
.include <bsd.port.mk>