freebsd-ports/textproc/grap/Makefile
Stefan Walter 1c5db1fe3a Update to 1.41.
PR:		118921
Submitted by:	maintainer
2007-12-22 12:35:06 +00:00

25 lines
533 B
Makefile

# New ports collection makefile for: grap
# Date created: 4 February 2000
# Whom: faber@lunabase.org
#
# $FreeBSD$
#
PORTNAME= grap
PORTVERSION= 1.41
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
.if !defined(NOPORTDOCS)
INSTALL_TARGET= install install-docs
.endif
.include <bsd.port.mk>