eca78ec61b
Requested by: edwin
24 lines
464 B
Makefile
24 lines
464 B
Makefile
# New ports collection makefile for: calcoo
|
|
# Date created: 2002-01-17
|
|
# Whom: Christian Weisgerber <naddy@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= calcoo
|
|
PORTVERSION= 1.3.18
|
|
PORTREVISION= 2
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= calcoo
|
|
|
|
MAINTAINER= naddy@FreeBSD.org
|
|
COMMENT= RPN and algebraic scientific calculator
|
|
|
|
USE_GNOME= gtk20 pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
MAN1= calcoo.1
|
|
|
|
.include <bsd.port.mk>
|