mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
09f9633cb6
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
45 lines
826 B
Makefile
45 lines
826 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pangomm
|
|
PORTVERSION= 2.40.1
|
|
PORTREVISION?= 2
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= C++ wrapper for Pango
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USES= tar:xz
|
|
|
|
.if !defined(REFERENCE_PORT)
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
BUILD_DEPENDS= gm4:devel/m4
|
|
|
|
USES+= gmake libtool localbase pathfix pkgconfig compiler:c++11-lang
|
|
USE_CXXSTD= c++11
|
|
USE_GNOME= cairomm glibmm pango
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
CONFIGURE_ARGS= --disable-documentation \
|
|
--enable-static=yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
PLIST_SUB= VERSION="2.4" API_VERSION="1.4"
|
|
|
|
post-patch:
|
|
.for d in tests
|
|
@${REINPLACE_CMD} -e '/^SUBDIRS =/s/${d}//' \
|
|
${WRKSRC}/Makefile.in
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|
|
|
|
.else
|
|
PORTSCOUT= ignore:1
|
|
.endif
|