24 lines
444 B
Makefile
Raw Normal View History

2010-07-24 17:43:17 +00:00
# $OpenBSD: Makefile,v 1.6 2010/07/24 17:47:54 ajacoutot Exp $
2004-02-21 20:47:50 +00:00
2007-09-16 03:07:06 +00:00
COMMENT= interactive geometry program, documentation
2004-02-21 20:47:50 +00:00
DISTNAME= drgeo-doc-1.6
2010-07-24 17:43:17 +00:00
REVISION= 0
2004-02-21 20:47:50 +00:00
CATEGORIES= education math
HOMEPAGE= http://www.ofset.org/drgeo/
2004-02-21 20:47:50 +00:00
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://documentation.ofset.org/drgeo/
2004-02-21 20:47:50 +00:00
2005-01-14 03:45:32 +00:00
CONFIGURE_STYLE= gnu
2004-02-21 20:47:50 +00:00
NO_BUILD=Yes
2005-01-14 03:45:32 +00:00
2004-02-21 20:47:50 +00:00
.include <bsd.port.mk>