23 lines
487 B
Makefile
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>
|