8cb916bdd8
- Fix a bug which caused segfaults during pasting when the selection could not be retrieved.
26 lines
563 B
Makefile
26 lines
563 B
Makefile
# $OpenBSD: Makefile,v 1.15 2002/08/20 10:39:45 naddy Exp $
|
|
|
|
COMMENT= "Gtk-based scientific calculator"
|
|
|
|
DISTNAME= calcoo-1.3.13
|
|
CATEGORIES= math
|
|
HOMEPAGE= http://calcoo.sourceforge.net/
|
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calcoo/} \
|
|
http://www.physics.umn.edu/~kaminski/calcoo/
|
|
|
|
LIB_DEPENDS= gtk.1,gdk.1::x11/gtk+
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|