freebsd-ports/math/galculator/Makefile
Christian Weisgerber 2b5cd291f7 Update to 2.0.
Adds a few translations; no user-visible changes otherwise.

Feature safe:	yes
2012-10-16 18:47:10 +00:00

22 lines
383 B
Makefile

# $FreeBSD$
PORTNAME= galculator
PORTVERSION= 2.0
CATEGORIES= math
MASTER_SITES= SF
MAINTAINER= naddy@FreeBSD.org
COMMENT= GTK-based scientific calculator
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= gtk20
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --disable-gtk3
MAKE_JOBS_SAFE= yes
MAN1= galculator.1
.include <bsd.port.mk>