aboutsummaryrefslogtreecommitdiffstats
path: root/math/galculator/Makefile
blob: d9690e2050415900ad824244b1c3964cb21a1be3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    galculator
# Date created:         2003-06-26
# Whom:             Christian Weisgerber <naddy@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   galculator
PORTVERSION=    1.1.2
CATEGORIES= math
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

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

USE_BZIP2=  yes
USE_GMAKE=  yes
USE_GNOME=  libglade2
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

MAN1=       galculator.1

.include <bsd.port.mk>