mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
23 lines
392 B
Makefile
23 lines
392 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
|
|
|
|
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>
|