openbsd-ports/graphics/grap/Makefile
bernd cb52a30d14 Initial import of graph-1.43.
Grap is a language for typesetting graphs specified and first
implemented by Brian Kernighan and Jon Bentley at Bell Labs. It is an
expressive language for describing graphs and incorporating them in
typeset documents. It is implemented as a preprocessor to Kernigan's pic
language for describing languages, so any system that can use pic can
use grap. For sure, TeX and groff can use it.

From maintainer Hermann Gottschalk.
2009-10-17 08:29:20 +00:00

23 lines
487 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/10/17 08:29:20 bernd Exp $
COMMENT = language for typesetting graphs
DISTNAME = grap-1.43
CATEGORIES = textproc graphics
HOMEPAGE = http://lunabase.org/~faber/Vault/software/grap/
MAINTAINER = Hermann Gottschalk <magnum@pestilenz.org>
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = ${HOMEPAGE}
WANTLIB = c m stdc++
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>