freebsd-ports/textproc/grap/Makefile
Carlo Strub 079fbdac8b Update to 1.44
PR:		ports/162903
Submitted by:	Ted Faber <faber@lunabase.org> (maintainer)
Approved by:	glarkin@ (mentor)
Feature safe:	yes
2011-12-01 21:12:36 +00:00

26 lines
531 B
Makefile

# New ports collection makefile for: grap
# Date created: 4 February 2000
# Whom: faber@lunabase.org
#
# $FreeBSD$
#
PORTNAME= grap
PORTVERSION= 1.44
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)
post-install:
${RM} -rf ${DOCSDIR}
.endif
.include <bsd.port.mk>