1999-01-18 06:03:23 +01:00
|
|
|
# New ports collection makefile for: grap
|
2000-02-22 15:17:05 +01:00
|
|
|
# Date created: 4 February 2000
|
1999-01-18 06:03:23 +01:00
|
|
|
# Whom: faber@lunabase.org
|
|
|
|
#
|
1999-08-31 04:11:56 +02:00
|
|
|
# $FreeBSD$
|
1999-01-18 06:03:23 +01:00
|
|
|
#
|
|
|
|
|
2000-04-09 23:54:47 +02:00
|
|
|
PORTNAME= grap
|
2011-12-01 22:12:36 +01:00
|
|
|
PORTVERSION= 1.44
|
1999-01-18 06:03:23 +01:00
|
|
|
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
|
1999-01-18 06:03:23 +01:00
|
|
|
|
2000-06-28 15:25:46 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2002-01-09 02:55:45 +01:00
|
|
|
CONFIGURE_ARGS=--with-freebsd-ports
|
1999-03-31 17:13:53 +02:00
|
|
|
|
2012-07-20 09:48:05 +02:00
|
|
|
CONFLICTS_INSTALL=heirloom-doctools-[0-9]*
|
|
|
|
|
1999-01-18 06:03:23 +01:00
|
|
|
MAN1= grap.1
|
|
|
|
|
2012-07-20 09:48:05 +02:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2011-12-01 22:12:36 +01:00
|
|
|
post-install:
|
|
|
|
${RM} -rf ${DOCSDIR}
|
2002-01-09 02:55:45 +01:00
|
|
|
.endif
|
|
|
|
|
2006-05-06 02:14:01 +02:00
|
|
|
.include <bsd.port.mk>
|