diff --git a/editors/gmanedit/Makefile b/editors/gmanedit/Makefile index 912959fd6170..3baf2e11bc78 100644 --- a/editors/gmanedit/Makefile +++ b/editors/gmanedit/Makefile @@ -1,34 +1,37 @@ PORTNAME= gmanedit PORTVERSION= 0.4.2 PORTREVISION= 9 CATEGORIES= editors gnome MASTER_SITES= SF/${PORTNAME}2/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= GNOME manpages editor WWW= https://sourceforge.net/projects/gmanedit2/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Upstream last release was in 2008 +EXPIRATION_DATE= 2024-03-31 + LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz USES= gettext gmake gnome localbase:ldflags pathfix pkgconfig USE_GNOME= cairo gdkpixbuf2 gtk20 GNU_CONFIGURE= yes LDFLAGS+= -lz .include .if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) CFLAGS+= -Wno-error=int-conversion .endif post-patch: @${REINPLACE_CMD} -e '//d' ${WRKSRC}/src/callbacks.c .include