mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
52d792ab82
- Add LICENSE. PR: ports/157848 Submitted by: Ryan Steinmetz <rpsfa@rit.edu> Approved by: maintainer timeout
26 lines
455 B
Makefile
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>
|