090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
22 lines
444 B
Makefile
22 lines
444 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= 1
|
|
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
|
|
|
|
MAN1= calcoo.1
|
|
|
|
.include <bsd.port.mk>
|