freebsd-ports/math/calcoo/Makefile

22 lines
320 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
MAKE_JOBS_SAFE= yes
MAN1= calcoo.1
2012-07-26 20:55:29 +02:00
PLIST_FILES= bin/calcoo
.include <bsd.port.mk>