789d75c728
-Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
34 lines
806 B
Makefile
34 lines
806 B
Makefile
# New ports collection makefile for: gcalctool
|
|
# Date created: 12 Jun 2002
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports/math/gcalctool/Makefile,v 1.110 2009/03/17 23:29:40 kwm Exp $
|
|
#
|
|
|
|
PORTNAME= gcalctool
|
|
PORTVERSION= 5.26.3
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 2
|
|
CATEGORIES= math gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= A GNOME 2 calculator tool based on the old calctool for OpenWindows
|
|
|
|
USE_BZIP2= yes
|
|
USE_BISON= build
|
|
INSTALLS_OMF= yes
|
|
USE_GETTEXT= yes
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool:22
|
|
USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomedocutils libglade2
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
MAN1= gcalctool.1
|
|
GCONF_SCHEMAS= gcalctool.schemas
|
|
|
|
.include <bsd.port.mk>
|