diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-24 21:08:49 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-24 21:08:49 +0800 |
commit | ccaf40d10e639b06b3af6b8a3d21e81b02900c2e (patch) | |
tree | 34aa6b01e043a6a4548cdce0720f50e1cd46f331 /graphics | |
parent | da2e1e58059d54ee55dc03a4c1abeff8ec0e5e01 (diff) | |
download | marcuscom-ports-ccaf40d10e639b06b3af6b8a3d21e81b02900c2e.tar marcuscom-ports-ccaf40d10e639b06b3af6b8a3d21e81b02900c2e.tar.gz marcuscom-ports-ccaf40d10e639b06b3af6b8a3d21e81b02900c2e.tar.bz2 marcuscom-ports-ccaf40d10e639b06b3af6b8a3d21e81b02900c2e.tar.lz marcuscom-ports-ccaf40d10e639b06b3af6b8a3d21e81b02900c2e.tar.xz marcuscom-ports-ccaf40d10e639b06b3af6b8a3d21e81b02900c2e.tar.zst marcuscom-ports-ccaf40d10e639b06b3af6b8a3d21e81b02900c2e.zip |
Update to 0.1.1.
Tell configure where libintl lives, so po dir gets build.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3471 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/evince/Makefile | 4 | ||||
-rw-r--r-- | graphics/evince/distinfo | 4 | ||||
-rw-r--r-- | graphics/evince/pkg-plist | 11 |
3 files changed, 16 insertions, 3 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index df221ff98..8afa23930 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -6,7 +6,7 @@ # PORTNAME= evince -PORTVERSION= 0.1.0 +PORTVERSION= 0.1.1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.1 @@ -20,5 +20,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GHOSTSCRIPT=yes USE_GNOME= gnomehack gnomeprefix libgnomeui libgnomeprintui +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" .include <bsd.port.mk> diff --git a/graphics/evince/distinfo b/graphics/evince/distinfo index e54c2d14e..447bab2ae 100644 --- a/graphics/evince/distinfo +++ b/graphics/evince/distinfo @@ -1,2 +1,2 @@ -MD5 (evince-0.1.0.tar.bz2) = 57e1b076edb0d8fada33ef7d4a4c52df -SIZE (evince-0.1.0.tar.bz2) = 719885 +MD5 (evince-0.1.1.tar.bz2) = 5512b16585560ae17da553e813fe49ba +SIZE (evince-0.1.1.tar.bz2) = 746383 diff --git a/graphics/evince/pkg-plist b/graphics/evince/pkg-plist index a6602db76..f65bb73e7 100644 --- a/graphics/evince/pkg-plist +++ b/graphics/evince/pkg-plist @@ -1,6 +1,17 @@ bin/dviviewer bin/evince +share/gnome/applications/evince.desktop +share/gnome/evince/evince-password.glade share/gnome/evince/evince-ui.xml share/gnome/pixmaps/evince/ev-stock-zoom-fit-width.png +share/locale/cs/LC_MESSAGES/evince.mo +share/locale/de/LC_MESSAGES/evince.mo +share/locale/en_CA/LC_MESSAGES/evince.mo +share/locale/ja/LC_MESSAGES/evince.mo +share/locale/nb/LC_MESSAGES/evince.mo +share/locale/nl/LC_MESSAGES/evince.mo +share/locale/pt_BR/LC_MESSAGES/evince.mo +share/locale/sv/LC_MESSAGES/evince.mo +share/locale/zh_CN/LC_MESSAGES/evince.mo @dirrm share/gnome/pixmaps/evince @dirrm share/gnome/evince |