2002-06-12 08:44:49 +02:00
|
|
|
# New ports collection makefile for: gcalctool
|
|
|
|
# Date created: 12 Jun 2002
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2008-03-24 04:52:36 +01:00
|
|
|
# $MCom: ports/math/gcalctool/Makefile,v 1.92 2008/03/10 15:55:04 ahze Exp $
|
2002-06-12 08:44:49 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gcalctool
|
2008-04-07 17:03:21 +02:00
|
|
|
PORTVERSION= 5.22.1
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
PORTREVISION= 1
|
2004-11-07 23:24:32 +01:00
|
|
|
PORTEPOCH= 2
|
2002-06-12 08:44:49 +02:00
|
|
|
CATEGORIES= math gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2006-03-15 06:39:21 +01:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}
|
2002-06-12 08:44:49 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
2002-10-19 22:07:28 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-01 16:57:39 +01:00
|
|
|
COMMENT= A GNOME 2 calculator tool based on the old calctool for OpenWindows
|
2002-06-12 08:44:49 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2007-10-17 12:13:01 +02:00
|
|
|
USE_BISON= build
|
2004-11-23 03:23:08 +01:00
|
|
|
INSTALLS_OMF= yes
|
2006-10-14 10:35:50 +02:00
|
|
|
USE_GETTEXT= yes
|
2002-06-12 08:44:49 +02:00
|
|
|
USE_GMAKE= yes
|
2005-11-05 05:53:48 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2008-03-24 04:52:36 +01:00
|
|
|
USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomedocutils libglade2
|
2002-06-12 08:44:49 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-06-01 02:59:31 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2002-06-12 08:44:49 +02:00
|
|
|
|
2004-03-23 00:27:27 +01:00
|
|
|
MAN1= gcalctool.1
|
2004-11-07 23:24:32 +01:00
|
|
|
GCONF_SCHEMAS= gcalctool.schemas
|
2004-03-23 00:27:27 +01:00
|
|
|
|
2002-06-12 08:44:49 +02:00
|
|
|
.include <bsd.port.mk>
|