# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # epdfview # epdfview/Makefile # epdfview/distinfo # epdfview/pkg-descr # epdfview/pkg-plist # echo c - epdfview mkdir -p epdfview > /dev/null 2>&1 echo x - epdfview/Makefile sed 's/^X//' >epdfview/Makefile << 'END-of-epdfview/Makefile' X# New ports collection makefile for: epdfview X# Date created: 2006/06/01 X# Whom: chinsan X# X# $FreeBSD$ X# X XPORTNAME= epdfview XPORTVERSION= 0.1.5 XCATEGORIES= graphics print gnome XMASTER_SITES= http://www.emma-soft.com/projects/epdfview/chrome/site/releases/ X XMAINTAINER= chinsan.tw@gmail.com XCOMMENT= A lightweight PDF document viewer X XLIB_DEPENDS= cppunit-1.10.2:${PORTSDIR}/devel/cppunit \ X poppler-glib.1:${PORTSDIR}/graphics/poppler-gtk X XUSE_BZIP2= yes XGNU_CONFIGURE= yes XINSTALLS_ICONS= yes XUSE_ICONV= yes XUSE_X_PREFIX= yes XUSE_GMAKE= yes XUSE_GNOME= gtk20 intlhack XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" X X.if !defined(WITHOUT_NLS) XUSE_GETTEXT= yes XPLIST_SUB+= NLS="" XCPPFLAGS+= -I${LOCALBASE}/include XLDFLAGS+= -L${LOCALBASE}/lib XCONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" X.else XCONFIGURE_ARGS+=--disable-nls XPLIST_SUB+= NLS="@comment " X.endif X Xpost-install: X ${MKDIR} ${PREFIX}/share/applications ${PREFIX}/share/pixmaps X ${INSTALL_DATA} ${WRKSRC}/data/${PORTNAME}.desktop ${PREFIX}/share/applications/ X @-update-desktop-database X X.include END-of-epdfview/Makefile echo x - epdfview/distinfo sed 's/^X//' >epdfview/distinfo << 'END-of-epdfview/distinfo' XMD5 (epdfview-0.1.5.tar.bz2) = 70b4c5c36781b6e1d5d2ed30a79db9c5 XSHA256 (epdfview-0.1.5.tar.bz2) = d437b49f40f61e3ba5a3ed8edad783895dcbdfc3cd4cbe6ef37a56f7eea59573 XSIZE (epdfview-0.1.5.tar.bz2) = 392460 END-of-epdfview/distinfo echo x - epdfview/pkg-descr sed 's/^X//' >epdfview/pkg-descr << 'END-of-epdfview/pkg-descr' XePDFView is a free lightweight PDF document viewer using Poppler and GTK+ Xlibraries. X XThe aim of ePDFView is to make a simple PDF document viewer, in the lines of XEvince but without using the Gnome libraries. X XWWW: http://www.emma-soft.com/projects/epdfview/ END-of-epdfview/pkg-descr echo x - epdfview/pkg-plist sed 's/^X//' >epdfview/pkg-plist << 'END-of-epdfview/pkg-plist' Xbin/epdfview X%%NLS%%share/locale/ca/LC_MESSAGES/epdfview.mo X%%NLS%%share/locale/de/LC_MESSAGES/epdfview.mo X%%NLS%%share/locale/es/LC_MESSAGES/epdfview.mo X%%NLS%%share/locale/fr/LC_MESSAGES/epdfview.mo X%%NLS%%share/locale/vi/LC_MESSAGES/epdfview.mo Xshare/applications/epdfview.desktop X%%DATADIR%%/pixmaps/icon_epdfview-24.png X%%DATADIR%%/pixmaps/icon_epdfview-32.png X%%DATADIR%%/pixmaps/icon_epdfview-48.png X%%DATADIR%%/pixmaps/stock_find_next_24.png X%%DATADIR%%/pixmaps/stock_find_previous_24.png X%%DATADIR%%/pixmaps/stock_rotate-90.png X%%DATADIR%%/pixmaps/stock_rotate-270.png X%%DATADIR%%/pixmaps/stock_zoom-page-width.png X%%DATADIR%%/ui/epdfview-ui-print.xml X%%DATADIR%%/ui/epdfview-ui.xml X@dirrmtry share/applications X@dirrmtry %%DATADIR%%/pixmaps X@dirrmtry %%DATADIR%%/ui X@dirrmtry %%DATADIR%% END-of-epdfview/pkg-plist exit