summaryrefslogtreecommitdiffstats
path: root/graphics/evince/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/evince/Makefile')
-rw-r--r--graphics/evince/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile
deleted file mode 100644
index 55be2fcdc..000000000
--- a/graphics/evince/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: evince
-# Date created: 09 January 2005
-# Whom: Adam Weinberger <adamw@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= evince
-PORTVERSION= 0.1.7
-CATEGORIES= graphics print gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.1
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= GNOME 2 multi-format document viewer
-
-LIB_DEPENDS= poppler.0:${PORTSDIR}/graphics/poppler
-
-USE_BZIP2= yes
-USE_LIBTOOL_VER=15
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_GHOSTSCRIPT=yes
-USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui libgnomeprintui \
- desktopfileutils
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-GCONF_SCHEMAS= evince.schemas evince-thumbnailer.schemas
-
-post-install:
- @-update-desktop-database
-
-.include <bsd.port.mk>