1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/textproc/grap/Makefile
Chris Rees d19e4fe0e3 This port conflicts on install with textproc/heirloom-doctools
While here, OPTIONSngify

PR:		ports/169388
Submitted by:	Ted Faber <faber@lunabase.org>
2012-07-20 07:48:05 +00:00

31 lines
609 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
CONFLICTS_INSTALL=heirloom-doctools-[0-9]*
MAN1= grap.1
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
post-install:
${RM} -rf ${DOCSDIR}
.endif
.include <bsd.port.mk>