freebsd-ports/math/calcoo/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

18 lines
313 B
Makefile

PORTNAME= calcoo
PORTVERSION= 1.3.18
PORTREVISION= 7
CATEGORIES= math
MASTER_SITES= SF
MAINTAINER= naddy@FreeBSD.org
COMMENT= RPN and algebraic scientific calculator
USES= gnome pkgconfig
USE_GNOME= gtk20
GNU_CONFIGURE= yes
LIBS+= -lm
PLIST_FILES= bin/calcoo \
man/man1/calcoo.1.gz
.include <bsd.port.mk>