openbsd-ports/graphics/grap/Makefile
2010-10-18 18:13:12 +00:00

24 lines
499 B
Makefile

# $OpenBSD: Makefile,v 1.2 2010/10/18 18:13:14 espie 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
USE_GROFF = Yes
.include <bsd.port.mk>