2003-06-26 01:51:59 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= galculator
|
2014-03-15 20:47:35 +01:00
|
|
|
PORTVERSION= 2.1.3
|
2003-06-26 01:51:59 +02:00
|
|
|
CATEGORIES= math
|
2009-08-22 02:28:34 +02:00
|
|
|
MASTER_SITES= SF
|
2003-06-26 01:51:59 +02:00
|
|
|
|
|
|
|
MAINTAINER= naddy@FreeBSD.org
|
2012-10-16 20:47:10 +02:00
|
|
|
COMMENT= GTK-based scientific calculator
|
2003-06-26 01:51:59 +02:00
|
|
|
|
2014-03-13 17:11:14 +01:00
|
|
|
USES= gmake pkgconfig tar:bzip2
|
2012-10-16 20:47:10 +02:00
|
|
|
USE_GNOME= gtk20
|
2003-06-26 01:51:59 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2012-10-16 20:47:10 +02:00
|
|
|
CONFIGURE_ARGS= --disable-gtk3
|
2003-06-26 01:51:59 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|