22 lines
431 B
Makefile
22 lines
431 B
Makefile
# $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
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|