freebsd-ports/math/calcoo/Makefile

21 lines
320 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= calcoo
PORTVERSION= 1.3.18
PORTREVISION= 7
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
LIBS+= -lm
2013-10-04 17:21:09 +02:00
PLIST_FILES= bin/calcoo \
man/man1/calcoo.1.gz
.include <bsd.port.mk>