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

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

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

USES=       gmake pkgconfig
USE_BZIP2=  yes
USE_GNOME=  gtk20
GNU_CONFIGURE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib
CONFIGURE_ARGS= --disable-gtk3

MAN1=       galculator.1

.include <bsd.port.mk>