1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/textproc/grap/Makefile
Marcus Alves Grando 437634df5c - Update to 1.39
- portlint(1)

PR:		96724
Submitted by:	"Martin Wilke" <freebsd___unixfreunde.de>
2006-05-06 00:14:01 +00:00

26 lines
533 B
Makefile

# New ports collection makefile for: grap
# Date created: 4 February 2000
# Whom: faber@lunabase.org
#
# $FreeBSD$
#
PORTNAME= grap
PORTVERSION= 1.39
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)
INSTALL_TARGET= install install-docs
.endif
.include <bsd.port.mk>