diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-08-04 07:20:37 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-08-04 07:20:37 +0000 |
commit | 46afaa00d2cb6f949e97df3d24ae68a4e195c738 (patch) | |
tree | fdab1ef85c0ee526b8afe9f41b3a9d4eb9a5a486 /www/encompass | |
parent | 1c1382b256bcb142d595b5a5f2a2fed1383f5e47 (diff) | |
download | FreeBSD-ports-46afaa00d2cb6f949e97df3d24ae68a4e195c738.zip FreeBSD-ports-46afaa00d2cb6f949e97df3d24ae68a4e195c738.tar.gz |
Update to 0.1.2.
Diffstat (limited to 'www/encompass')
-rw-r--r-- | www/encompass/Makefile | 5 | ||||
-rw-r--r-- | www/encompass/distinfo | 2 | ||||
-rw-r--r-- | www/encompass/files/patch-aa | 7 | ||||
-rw-r--r-- | www/encompass/pkg-plist | 1 |
4 files changed, 9 insertions, 6 deletions
diff --git a/www/encompass/Makefile b/www/encompass/Makefile index 685ed8c..795444b 100644 --- a/www/encompass/Makefile +++ b/www/encompass/Makefile @@ -6,7 +6,7 @@ # PORTNAME= encompass -PORTVERSION= 0.1.0 +PORTVERSION= 0.1.2 CATEGORIES= www gnome MASTER_SITES= http://www.geocities.com/lordzephyroth/ @@ -16,7 +16,8 @@ LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ gtkhtml.3:${PORTSDIR}/www/gtkhtml \ glibwww.1:${PORTSDIR}/www/glibwww2 \ gconf.8:${PORTSDIR}/devel/gconf -RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter +RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \ + ${X11BASE}/share/gnome/sounds/login.wav:${PORTSDIR}/audio/gnomeaudio WRKSRC= ${WRKDIR}/${DISTNAME}/src diff --git a/www/encompass/distinfo b/www/encompass/distinfo index 398de51..0f84a49 100644 --- a/www/encompass/distinfo +++ b/www/encompass/distinfo @@ -1 +1 @@ -MD5 (encompass-0.1.0.tar.gz) = b6629256d0355a877ae03ae87915d380 +MD5 (encompass-0.1.2.tar.gz) = 571c65f171b2adfb3d5aa10594277b2f diff --git a/www/encompass/files/patch-aa b/www/encompass/files/patch-aa index af77981..2587ea6 100644 --- a/www/encompass/files/patch-aa +++ b/www/encompass/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Mon Jul 24 01:21:31 2000 -+++ Makefile Wed Jul 26 15:39:07 2000 +--- Makefile.orig Fri Aug 4 03:36:56 2000 ++++ Makefile Fri Aug 4 10:14:58 2000 @@ -1,11 +1,11 @@ -CC = gcc +#CC = gcc @@ -18,7 +18,7 @@ INSTALL = $(prefix)/bin/install -c exec_prefix = ${prefix} bindir = $(exec_prefix)/bin -@@ -18,13 +18,15 @@ +@@ -18,13 +18,16 @@ all: encompass install: all @@ -32,6 +32,7 @@ + $(BSD_INSTALL_PROGRAM) encompass $(bindir)/encompass + $(BSD_INSTALL_DATA) ../encompass.desktop $(prefix)/share/gnome/apps/Internet/encompass.desktop + $(MKDIR) $(prefix)/share/gnome/pixmaps/encompass ++ $(BSD_INSTALL_DATA) ../pixmaps/encompass.png $(prefix)/share/gnome/pixmaps/ + $(BSD_INSTALL_DATA) ../pixmaps/encompass/* $(prefix)/share/gnome/pixmaps/encompass/ + $(MKDIR) $(prefix)/share/gnome/help/encompass/C + $(BSD_INSTALL_DATA) ../help/encompass/C/* $(prefix)/share/gnome/help/encompass/C/ diff --git a/www/encompass/pkg-plist b/www/encompass/pkg-plist index 3bf0ac62..15b079b 100644 --- a/www/encompass/pkg-plist +++ b/www/encompass/pkg-plist @@ -4,6 +4,7 @@ share/gnome/apps/Internet/encompass.desktop share/gnome/help/encompass/C/docbook.css share/gnome/help/encompass/C/index.html share/gnome/help/encompass/C/topic.dat +share/gnome/pixmaps/encompass.png share/gnome/pixmaps/encompass/32.png share/gnome/pixmaps/encompass/bookmarks.png share/gnome/sounds/encompass/clicked.wav |