mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
22 lines
320 B
Makefile
22 lines
320 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= calcoo
|
|
PORTVERSION= 1.3.18
|
|
PORTREVISION= 6
|
|
CATEGORIES= math
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= naddy@FreeBSD.org
|
|
COMMENT= RPN and algebraic scientific calculator
|
|
|
|
USES= pkgconfig
|
|
USE_GNOME= gtk20
|
|
GNU_CONFIGURE= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
MAN1= calcoo.1
|
|
|
|
PLIST_FILES= bin/calcoo
|
|
|
|
.include <bsd.port.mk>
|