freebsd-ports/sysutils/unquote/Makefile
Peter Pentchev b6aa397e9d Update to 1.0pre3.
Use MANCOMPRESSED instead of tweaking MAKE_ENV.
Remove the WRKSRC hack, I've learned to package up my stuff properly.
Change e-mail addresses and URL's to ones at ringlet.net.
2001-08-25 15:10:39 +00:00

24 lines
424 B
Makefile

# 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>