mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
23 lines
385 B
Makefile
23 lines
385 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= galculator
|
|
PORTVERSION= 2.1.2
|
|
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>
|