freebsd-ports/textproc/grap/Makefile

29 lines
581 B
Makefile
Raw Normal View History

# New ports collection makefile for: grap
# Date created: 4 February 2000
# Whom: faber@lunabase.org
#
1999-08-31 04:11:56 +02:00
# $FreeBSD$
#
PORTNAME= grap
PORTVERSION= 1.30
CATEGORIES= textproc graphics
MASTER_SITES= http://www.lunabase.org/~faber/Vault/software/grap/
MAINTAINER= faber@lunabase.org
2003-02-21 14:42:50 +01:00
COMMENT= An implementation of Kernigan & Bentley's grap language
GNU_CONFIGURE= yes
CONFIGURE_ARGS=--with-freebsd-ports
MAN1= grap.1
2002-10-26 04:55:52 +02:00
.include <bsd.port.pre.mk>
post-install:
.if !defined(NOPORTDOCS)
cd ${WRKSRC} && ${MAKE} install-docs
.endif
2002-10-26 04:55:52 +02:00
.include <bsd.port.post.mk>