2003-06-16 01:04:48 +02:00
|
|
|
# New ports collection makefile for: libgnomecanvasmm
|
|
|
|
# Date created: 22 May 2003
|
|
|
|
# Whom: Alexander Nedotsukov <bland@mail.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2009-04-10 07:56:28 +02:00
|
|
|
# $MCom: ports/graphics/libgnomecanvasmm26/Makefile,v 1.22 2009/03/17 15:05:06 kwm Exp $
|
2003-06-16 01:04:48 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libgnomecanvasmm
|
2009-04-10 07:56:28 +02:00
|
|
|
PORTVERSION= 2.26.0
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 3
|
2003-06-16 01:04:48 +02:00
|
|
|
CATEGORIES= graphics gnome
|
2009-02-02 02:36:16 +01:00
|
|
|
MASTER_SITES= GNOME
|
2003-06-16 01:04:48 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
2003-08-17 06:01:04 +02:00
|
|
|
MAINTAINER= bland@FreeBSD.org
|
2003-06-16 01:04:48 +02:00
|
|
|
COMMENT= C++ wrapper for libgnomecanvas library
|
|
|
|
|
2004-07-08 09:48:26 +02:00
|
|
|
LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
|
2003-06-16 01:04:48 +02:00
|
|
|
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
|
|
|
|
2004-07-08 13:04:13 +02:00
|
|
|
LATEST_LINK= libgnomecanvasmm26
|
|
|
|
|
2004-07-08 08:15:03 +02:00
|
|
|
USE_BZIP2= yes
|
2003-06-16 01:04:48 +02:00
|
|
|
USE_GMAKE= yes
|
2005-03-12 12:29:23 +01:00
|
|
|
USE_GNOME= gnomehack libgnomecanvas
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-10-14 10:54:54 +02:00
|
|
|
USE_LDCONFIG= yes
|
2003-06-16 01:04:48 +02:00
|
|
|
CONFIGURE_ARGS= --enable-static
|
|
|
|
|
2004-07-08 08:15:03 +02:00
|
|
|
PLIST_SUB= VERSION="2.6" API_VERSION="2.6"
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \
|
|
|
|
${WRKSRC}/Makefile.in
|
2005-04-22 07:41:26 +02:00
|
|
|
@${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \
|
|
|
|
${WRKSRC}/tools/extra_defs_gen/Makefile.in
|
|
|
|
|
2003-06-16 01:04:48 +02:00
|
|
|
.include <bsd.port.mk>
|