mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
21 lines
326 B
Makefile
21 lines
326 B
Makefile
# $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= gnome pkgconfig
|
|
USE_GNOME= gtk20
|
|
GNU_CONFIGURE= yes
|
|
LIBS+= -lm
|
|
|
|
PLIST_FILES= bin/calcoo \
|
|
man/man1/calcoo.1.gz
|
|
|
|
.include <bsd.port.mk>
|