2001-05-08 10:32:54 +02:00
|
|
|
# New ports collection makefile for: unquote
|
|
|
|
# Date created: 5 May 2000
|
|
|
|
# Whom: roam@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= unquote
|
2003-07-07 11:09:14 +02:00
|
|
|
PORTVERSION= 1.0.b4
|
2001-05-08 10:32:54 +02:00
|
|
|
CATEGORIES= sysutils
|
2001-08-25 17:10:39 +02:00
|
|
|
MASTER_SITES= http://devel.ringlet.net/misc/unquote/
|
2001-05-08 10:32:54 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/pre/}
|
|
|
|
|
|
|
|
MAINTAINER= roam@FreeBSD.org
|
2004-11-01 18:09:55 +01:00
|
|
|
COMMENT= Execute a command with safely quoted arguments
|
2001-05-08 10:32:54 +02:00
|
|
|
|
|
|
|
MAN1= unquote.1
|
2001-08-25 17:10:39 +02:00
|
|
|
MANCOMPRESSED= yes
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/unquote
|
2001-05-08 10:32:54 +02:00
|
|
|
|
|
|
|
.if !defined(NO_RELEASE)
|
|
|
|
MAKE_ENV+= RELEASE=yes
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|