summaryrefslogtreecommitdiff
path: root/sysutils/unquote/Makefile
blob: a4cddfcb910263fdb37b8ee443a202a72aeed89a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:	unquote
# Date created:		5 May 2000
# Whom:			roam@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=	unquote
PORTVERSION=	1.0.b3
CATEGORIES=	sysutils
MASTER_SITES=	http://devel.ringlet.net/misc/unquote/
DISTNAME=	${PORTNAME}-${PORTVERSION:S/.b/pre/}

MAINTAINER=	roam@FreeBSD.org

MAN1=		unquote.1
MANCOMPRESSED=	yes

.if		!defined(NO_RELEASE)
MAKE_ENV+=	RELEASE=yes
.endif

.include <bsd.port.mk>