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
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 12
|
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
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= libgtkmm-2.4.so:x11-toolkits/gtkmm24
|
2003-06-16 01:04:48 +02:00
|
|
|
|
2019-11-08 15:36:06 +01:00
|
|
|
USES= compiler:c++11-lang gmake gnome libtool:keepla pathfix \
|
|
|
|
pkgconfig tar:bzip2
|
2017-04-03 11:43:00 +02:00
|
|
|
USE_CXXSTD= c++11
|
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
|
2019-10-01 16:35:23 +02:00
|
|
|
BINARY_WRAPPERS= gm4
|
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>
|