2013-09-03 10:49:46 +02:00
|
|
|
# Created by: Alexander Nedotsukov <bland@mail.ru>
|
2003-06-16 01:04:48 +02:00
|
|
|
# $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
|
2014-04-23 15:25:16 +02:00
|
|
|
PORTREVISION= 6
|
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
|
|
|
|
|
2014-04-22 17:41:10 +02:00
|
|
|
LIB_DEPENDS= libgtkmm-2.4.so:${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
|
|
|
|
|
2014-04-23 15:25:16 +02:00
|
|
|
USES= gmake libtool:keepla pathfix pkgconfig tar:bzip2
|
2014-04-22 17:41:10 +02:00
|
|
|
USE_GNOME= 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
|
2014-04-22 17:41:10 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2003-06-16 01:04:48 +02:00
|
|
|
|
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>
|