6b5e7cdc84
Those ports mainly concern old Gnome2 libraries, the behaviour of this infra is not compatible with the meson build system (being used in newer version) the documentation is provided otherwise in the other version
37 lines
754 B
Makefile
37 lines
754 B
Makefile
# Created by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gtkmm
|
|
PORTVERSION= 3.24.2
|
|
PORTREVISION?= 0
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= GNOME
|
|
PKGNAMESUFFIX= 30
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= C++ wrapper for Gtk+3
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USES+= tar:xz
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES+= gettext gmake gnome libtool pathfix pkgconfig \
|
|
compiler:c++11-lang
|
|
USE_CXXSTD= c++11
|
|
USE_GNOME= gdkpixbuf2 gtk30 glibmm cairomm atkmm pangomm
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
CONFIGURE_ARGS= --disable-documentation
|
|
INSTALL_TARGET= install-strip
|
|
BINARY_WRAPPERS= gm4
|
|
|
|
PLIST_SUB= API_VERSION="3.0"
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/^SUBDIRS =/s/tests//' \
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|