freebsd-ports/textproc/grap/Makefile
Tilman Keskinoz dea743a17c Fix Build on -CURRENT
PR:	45532
Submitted by: Ted Faber <faber@lunabase.org>
2002-11-21 12:48:55 +00:00

27 lines
513 B
Makefile

# New ports collection makefile for: grap
# Date created: 4 February 2000
# Whom: faber@lunabase.org
#
# $FreeBSD$
#
PORTNAME= grap
PORTVERSION= 1.26
CATEGORIES= textproc graphics
MASTER_SITES= http://www.lunabase.org/~faber/Vault/software/grap/
MAINTAINER= faber@lunabase.org
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>