freebsd-ports/textproc/grap/Makefile
Pav Lucistnik 74f7b4897a - Update to 1.32
PR:		ports/70512
Submitted by:	Ted Faber <faber@lunabase.org> (maintainer)
2004-08-16 20:54:04 +00:00

28 lines
581 B
Makefile

# New ports collection makefile for: grap
# Date created: 4 February 2000
# Whom: faber@lunabase.org
#
# $FreeBSD$
#
PORTNAME= grap
PORTVERSION= 1.32
CATEGORIES= textproc graphics
MASTER_SITES= http://www.lunabase.org/~faber/Vault/software/grap/
MAINTAINER= faber@lunabase.org
COMMENT= An implementation of Kernigan & Bentley's grap language
GNU_CONFIGURE= yes
CONFIGURE_ARGS=--with-freebsd-ports
MAN1= grap.1
.include <bsd.port.pre.mk>
post-install:
.if !defined(NOPORTDOCS)
cd ${WRKSRC} && ${MAKE} install-docs
.endif
.include <bsd.port.post.mk>