# Created by: Alexander Nedotsukov # $FreeBSD: head/devel/glademm/Makefile 517048 2019-11-08 11:39:00Z tobik $ PORTNAME= glademm PORTVERSION= 2.6.0 PORTREVISION= 3 CATEGORIES= devel gnome MASTER_SITES= http://home.wtal.de/petig/Gtk/ DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} MAINTAINER= bland@FreeBSD.org COMMENT= C++ code generator backend for glade and glade2 USES= gmake gnome pathfix pkgconfig USE_GNOME= gnomeprefix GNU_CONFIGURE= yes PLIST_FILES= bin/glade-- bin/glademm-embed .include post-patch: @${RM} ${WRKSRC}/src/getopt.* @${REINPLACE_CMD} \ -Ee '/^@AMDEP/!s|getopt([^[:space:]])+||g' \ -Ee '/^@AMDEP(.)+getopt/d' \ ${WRKSRC}/src/Makefile.in .include