24 lines
453 B
Makefile
24 lines
453 B
Makefile
# $OpenBSD: Makefile,v 1.5 2007/09/16 03:07:06 merdely Exp $
|
|
|
|
COMMENT= interactive geometry program, documentation
|
|
|
|
DISTNAME= drgeo-doc-1.6
|
|
PKGNAME= ${DISTNAME}p0
|
|
CATEGORIES= education math
|
|
|
|
HOMEPAGE= http://www.ofset.org/drgeo/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://documentation.ofset.org/drgeo/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
NO_BUILD=Yes
|
|
|
|
.include <bsd.port.mk>
|