Files
ports/math/calcoo/Makefile
Christian Weisgerber 5d55ec5b18 */*: Remove GNU_CONFIGURE_MANPREFIX
After 9fd7ee1cdf remove GNU_CONFIGURE_MANPREFIX from my ports.
2024-04-17 22:30:27 +02:00

22 lines
374 B
Makefile

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