openbsd-ports/graphics/grap/Makefile

22 lines
431 B
Makefile
Raw Normal View History

2013-03-11 07:10:51 -04:00
# $OpenBSD: Makefile,v 1.4 2013/03/11 11:10:53 espie Exp $
COMMENT = language for typesetting graphs
DISTNAME = grap-1.43
REVISION = 0
CATEGORIES = textproc graphics
HOMEPAGE = http://lunabase.org/~faber/Vault/software/grap/
MAINTAINER = Hermann Gottschalk <magnum@pestilenz.org>
# BSD
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = ${HOMEPAGE}
WANTLIB = c m stdc++
CONFIGURE_STYLE = gnu
2010-10-18 14:13:12 -04:00
USE_GROFF = Yes
.include <bsd.port.mk>