diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index e5d79006fab2..4fe3a463f1fc 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/Makefile @@ -1,53 +1,56 @@ # Created by: vanilla@ # $FreeBSD$ PORTNAME= gqview PORTVERSION= 2.0.4 PORTREVISION= 15 CATEGORIES= graphics MASTER_SITES= SF MAINTAINER= lme@FreeBSD.org COMMENT= Another gtk2-based graphic file viewer LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png USES= pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lm +DEPRECATED= Unmaintained upstream, preferences dialog broken, use graphics/geeqie fork +EXPIRATION_DATE=2015-06-08 + # Restrict to stable (even) versions, indicated by the second component. PORTSCOUT= limitw:1,even OPTIONS_DEFINE= DOCS NLS .include .if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif post-patch: @${REINPLACE_CMD} -e 's|$$prefix/share/doc/gqview-$$VERSION|${DOCSDIR}|g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e \ 's|$$(datadir)/doc/gqview-$$(VERSION)/html|${DOCSDIR}/html|g' \ ${WRKSRC}/doc/Makefile.in @${REINPLACE_CMD} -e 's| -r %F||' \ ${WRKSRC}/gqview.desktop .if empty(PORT_OPTIONS:MDOCS) @${REINPLACE_CMD} -e 's|doc$$||' ${WRKSRC}/Makefile.in .endif post-install: ${INSTALL_DATA} ${WRKSRC}/gqview.png ${STAGEDIR}${PREFIX}/share/pixmaps @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include