1998-09-01 00:01:46 +02:00
|
|
|
# New ports collection makefile for: gtk--
|
|
|
|
# Date created: 11 May 1998
|
|
|
|
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
|
|
|
#
|
1999-08-31 05:04:38 +02:00
|
|
|
# $FreeBSD$
|
1998-09-01 00:01:46 +02:00
|
|
|
#
|
|
|
|
|
2000-04-16 07:18:00 +02:00
|
|
|
PORTNAME= gtkmm
|
2001-11-13 12:18:08 +01:00
|
|
|
PORTVERSION= 1.2.8
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 2
|
1998-09-01 00:01:46 +02:00
|
|
|
CATEGORIES= x11-toolkits
|
2002-02-12 06:06:42 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2002-09-20 19:07:51 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/gtkmm/1.2
|
2002-02-12 10:21:26 +01:00
|
|
|
#DIST_SUBDIR= gnome
|
1998-09-01 00:01:46 +02:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= C++ wrapper for gtk, a x11 graphics library
|
1998-09-01 00:01:46 +02:00
|
|
|
|
2000-10-05 08:42:57 +02:00
|
|
|
LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++
|
1998-09-01 00:01:46 +02:00
|
|
|
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
|
|
|
|
2002-02-12 06:06:42 +01:00
|
|
|
USE_BZIP2= yes
|
1999-08-15 08:50:01 +02:00
|
|
|
USE_X_PREFIX= yes
|
1998-09-01 00:01:46 +02:00
|
|
|
USE_GMAKE= yes
|
2002-07-16 18:02:48 +02:00
|
|
|
USE_GNOME= gtk12
|
2004-03-14 07:17:56 +01:00
|
|
|
USE_LIBTOOL_VER=13
|
2000-10-05 08:42:57 +02:00
|
|
|
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
1999-05-12 13:37:22 +02:00
|
|
|
CONFIGURE_ARGS= --enable-static=yes \
|
2000-10-14 12:58:54 +02:00
|
|
|
--without-gnome \
|
|
|
|
--with-sigc-prefix=${LOCALBASE}
|
1998-09-01 00:01:46 +02:00
|
|
|
|
1999-06-09 01:54:27 +02:00
|
|
|
post-install:
|
2000-10-08 12:23:48 +02:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
1999-06-09 01:54:27 +02:00
|
|
|
|
1999-08-22 21:46:45 +02:00
|
|
|
.include <bsd.port.mk>
|