24 lines
448 B
Makefile
24 lines
448 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2004/02/21 20:47:50 espie Exp $
|
|
|
|
COMMENT= "interactive geometry program, documentation"
|
|
|
|
DISTNAME= drgeo-doc-1.4
|
|
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= ${MASTER_SITE_SOURCEFORGE:=ofset/}
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
USE_GMAKE= Yes
|
|
|
|
NO_BUILD=Yes
|
|
.include <bsd.port.mk>
|