24 lines
444 B
Makefile
24 lines
444 B
Makefile
# $OpenBSD: Makefile,v 1.2 2005/01/14 03:45:32 kevlo Exp $
|
|
|
|
COMMENT= "interactive geometry program, documentation"
|
|
|
|
DISTNAME= drgeo-doc-1.5
|
|
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/}
|
|
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
NO_BUILD=Yes
|
|
|
|
.include <bsd.port.mk>
|