freebsd-ports/math/calcoo/Makefile
Tijl Coosemans 216b5a285f - Fix missing library problems when the linker enforces explicit linking
PR:		192062
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-08-26 14:06:08 +00:00

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