aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gqview-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gqview-devel/Makefile')
-rw-r--r--graphics/gqview-devel/Makefile45
1 files changed, 0 insertions, 45 deletions
diff --git a/graphics/gqview-devel/Makefile b/graphics/gqview-devel/Makefile
deleted file mode 100644
index 4c5930b5bbd5..000000000000
--- a/graphics/gqview-devel/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# Created by: Vanilla Pooh Shu <vanilla@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= gqview
-PORTVERSION= 2.1.5
-PORTREVISION= 8
-CATEGORIES= graphics
-MASTER_SITES= SF/${PORTNAME}/unstable/${PORTVERSION}
-
-MAINTAINER= oliver@FreeBSD.org
-COMMENT= Another gtk2-based graphic file viewer
-
-LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
-
-NO_STAGE= yes
-
-USES= pkgconfig
-USE_GNOME= gnomehier gtk20
-GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
-
-MAN1= gqview.1
-
-CONFLICTS= gqview-1.4* gqview-2.0*
-LATEST_LINK= gqview-devel
-
-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
-post-install:
- ${MKDIR} ${PREFIX}/share/gnome/apps/Graphics
- ${INSTALL_DATA} ${WRKSRC}/gqview.desktop ${PREFIX}/share/gnome/apps/Graphics
- ${INSTALL_DATA} ${WRKSRC}/gqview.png ${PREFIX}/share/pixmaps
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>