freebsd-ports/math/calcoo/Makefile

20 lines
308 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= calcoo
PORTVERSION= 1.3.18
2012-07-26 20:55:29 +02:00
PORTREVISION= 6
CATEGORIES= math
MASTER_SITES= SF
MAINTAINER= naddy@FreeBSD.org
COMMENT= RPN and algebraic scientific calculator
USES= pkgconfig
2012-07-26 20:55:29 +02:00
USE_GNOME= gtk20
GNU_CONFIGURE= yes
2013-10-04 17:21:09 +02:00
PLIST_FILES= bin/calcoo \
man/man1/calcoo.1.gz
.include <bsd.port.mk>