freebsd-ports/textproc/grap/Makefile
Patrick Li 1d9639ca54 Update to 1.23
PR:		35015
Submitted by:	maintainer
2002-02-17 02:39:37 +00:00

25 lines
480 B
Makefile

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