641e9357ef
like, MONTHS ago! Submitted by: Brian Poole <raj@cerias.purdue.edu>
25 lines
505 B
Makefile
25 lines
505 B
Makefile
# New ports collection makefile for: unquote
|
|
# Date created: 5 May 2000
|
|
# Whom: roam@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= unquote
|
|
PORTVERSION= 1.0.b4
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://devel.ringlet.net/misc/unquote/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/pre/}
|
|
|
|
MAINTAINER= roam@FreeBSD.org
|
|
COMMENT= Execute a command with safely quoted arguments
|
|
|
|
MAN1= unquote.1
|
|
MANCOMPRESSED= yes
|
|
PLIST_FILES= bin/unquote
|
|
|
|
.if !defined(NO_RELEASE)
|
|
MAKE_ENV+= RELEASE=yes
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|