1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/math/calcoo/Makefile
Christian Weisgerber 8d8145c555 Support staging.
2013-10-04 15:21:09 +00:00

20 lines
308 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
PLIST_FILES= bin/calcoo \
man/man1/calcoo.1.gz
.include <bsd.port.mk>