24 lines
444 B
Makefile
24 lines
444 B
Makefile
# $OpenBSD: Makefile,v 1.6 2010/07/24 17:47:54 ajacoutot Exp $
|
|
|
|
COMMENT= interactive geometry program, documentation
|
|
|
|
DISTNAME= drgeo-doc-1.6
|
|
REVISION= 0
|
|
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>
|