summaryrefslogtreecommitdiffstats
path: root/graphics/epdfview/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-12-01 06:00:17 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-12-01 06:00:17 +0800
commit2e4d2e942a99fbc51adebabc4cd543a91491ba37 (patch)
tree5fb7c33c9eb700d394e22ec7c7faf4258b91ea3b /graphics/epdfview/Makefile
parent2d95636f2e1c4896bca367221f0b972b5903e72a (diff)
downloadmarcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar
marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.gz
marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.bz2
marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.lz
marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.xz
marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.zst
marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.zip
Clean up after 2.32 got committed. Only gdm 2.32 isn't committed because of
focus issues. And it doesn't seem it getting any traction upstream. Next stop GNOME 3.0. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14916 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/epdfview/Makefile')
-rw-r--r--graphics/epdfview/Makefile58
1 files changed, 0 insertions, 58 deletions
diff --git a/graphics/epdfview/Makefile b/graphics/epdfview/Makefile
deleted file mode 100644
index 9b045241e..000000000
--- a/graphics/epdfview/Makefile
+++ /dev/null
@@ -1,58 +0,0 @@
-# New ports collection makefile for: epdfview
-# Date created: 2006/06/01
-# Whom: chinsan <chinsan.tw@gmail.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= epdfview
-PORTVERSION= 0.1.7
-PORTREVISION= 7
-CATEGORIES= graphics print gnome
-MASTER_SITES= http://trac.emma-soft.com/epdfview/chrome/site/releases/ \
- http://mirror.slitaz.org/sources/packages/e/
-
-MAINTAINER= sylvio@FreeBSD.org
-COMMENT= A lightweight PDF document viewer
-
-BUILD_DEPENDS= cppunit-config:${PORTSDIR}/devel/cppunit
-LIB_DEPENDS= poppler-glib.5:${PORTSDIR}/graphics/poppler-gtk
-
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-INSTALLS_ICONS= yes
-USE_ICONV= yes
-USE_GMAKE= yes
-USE_GNOME= gtk20 intlhack
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-OPTIONS= CUPS "Use cups printing system" off \
- NLS "Native language support" on
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_CUPS)
-CONFIGURE_ARGS+=--with-cups
-LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base
-.else
-CONFIGURE_ARGS+=--without-cups
-.endif
-
-.if !defined(WITHOUT_NLS)
-USE_GETTEXT= yes
-PLIST_SUB+= NLS=""
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
-.else
-CONFIGURE_ARGS+=--disable-nls
-PLIST_SUB+= NLS="@comment "
-.endif
-
-post-install:
- ${MKDIR} ${PREFIX}/share/applications
- ${INSTALL_DATA} ${WRKSRC}/data/${PORTNAME}.desktop ${PREFIX}/share/applications/
- @-update-desktop-database
-
-.include <bsd.port.post.mk>