diff options
Diffstat (limited to 'graphics/gview')
-rw-r--r-- | graphics/gview/Makefile | 33 | ||||
-rw-r--r-- | graphics/gview/distinfo | 3 | ||||
-rw-r--r-- | graphics/gview/pkg-descr | 6 | ||||
-rw-r--r-- | graphics/gview/pkg-plist | 11 |
4 files changed, 0 insertions, 53 deletions
diff --git a/graphics/gview/Makefile b/graphics/gview/Makefile deleted file mode 100644 index fdbde9c01ba9..000000000000 --- a/graphics/gview/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: gview -# Date created: 30 April 1999 -# Whom: Andrey Zakhvatov -# -# $FreeBSD$ -# - -PORTNAME= gview -PORTVERSION= 0.1.15 -PORTREVISION= 8 -CATEGORIES= graphics -MASTER_SITES= http://homepages.petech.ac.za/~bruces/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Image viewer for X Window System with interface similar to ACDSee - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - -USE_GNOME= gnomehack imlib -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in AUTHORS BUGS ChangeLog NEWS README TODO - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/graphics/gview/distinfo b/graphics/gview/distinfo deleted file mode 100644 index 0d655e5d99f4..000000000000 --- a/graphics/gview/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gview-0.1.15.tar.gz) = f54227f9604c57b07ef2678c00d6ab4a -SHA256 (gview-0.1.15.tar.gz) = 056df0f1cc6cb73ff6a775955e8e71633a995c032332eba4eba74f3f7a917ca6 -SIZE (gview-0.1.15.tar.gz) = 156564 diff --git a/graphics/gview/pkg-descr b/graphics/gview/pkg-descr deleted file mode 100644 index 2de628fbe6b7..000000000000 --- a/graphics/gview/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -gView is a modern image viewer for X Window System. It is based on GTK -and Imlib and supports most common image formats, JPEG, GIF, TIFF, BMP, -PPM, XPM, PNG and whatever other image formats your Imlib is configured -to support. - -WWW: http://homepages.petech.ac.za/~bruces/ diff --git a/graphics/gview/pkg-plist b/graphics/gview/pkg-plist deleted file mode 100644 index e801d5a30f5b..000000000000 --- a/graphics/gview/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -bin/gview -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/BUGS -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO -share/locale/fr/LC_MESSAGES/gview.mo -share/locale/ja/LC_MESSAGES/gview.mo -share/locale/ko/LC_MESSAGES/gview.mo -%%PORTDOCS%%@dirrm %%DOCSDIR%% |