mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
20 lines
352 B
Makefile
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>
|