aboutsummaryrefslogtreecommitdiffstats
path: root/math/galculator/Makefile
blob: 22aeab4e65534cb83b143a5a91b630ccff90b49e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=   galculator
PORTVERSION=    2.1.3
CATEGORIES= math
MASTER_SITES=   SF

MAINTAINER= naddy@FreeBSD.org
COMMENT=    GTK-based scientific calculator

USES=       gettext gmake pkgconfig tar:bzip2
USE_GNOME=  gtk20 intltool
GNU_CONFIGURE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include
LIBS+=      -L${LOCALBASE}/lib
CONFIGURE_ARGS= --disable-gtk3

.include <bsd.port.mk>