1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/math/galculator/Makefile
Christian Weisgerber 8d8145c555 Support staging.
2013-10-04 15:21:09 +00:00

20 lines
352 B
Makefile

# $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
.include <bsd.port.mk>