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$
|
2006-10-14 10:54:54 +02:00
|
|
|
# $MCom: ports/x11-toolkits/gtkmm12/Makefile,v 1.2 2006/09/10 00:51:17 mezz Exp $
|
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
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 7
|
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
|
|
|
|
|
2007-02-01 03:42:05 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2002-02-12 06:06:42 +01:00
|
|
|
USE_BZIP2= yes
|
1998-09-01 00:01:46 +02:00
|
|
|
USE_GMAKE= yes
|
2002-07-16 18:02:48 +02:00
|
|
|
USE_GNOME= gtk12
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-10-14 10:54:54 +02:00
|
|
|
USE_LDCONFIG= 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:
|
2006-02-23 11:40:44 +01:00
|
|
|
.for lib in gdkmm gtkmm
|
|
|
|
@${RM} ${PREFIX}/lib/lib${lib}.so ${PREFIX}/lib/lib${lib}.la
|
|
|
|
@${MV} ${PREFIX}/lib/lib${lib}.a ${PREFIX}/lib/lib${lib}-1.2.a
|
|
|
|
.endfor
|
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>
|