diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-11-14 08:54:48 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-11-14 08:54:48 +0800 |
commit | db7b9b030a00f38cd81bc6ae5f6c3227be09adb2 (patch) | |
tree | 2e250f9abdb869c1598d8e4a760e276def4103a2 /ftp/gftp | |
parent | 2e96cb029e365358e6471d9d179574fdef4b175a (diff) | |
download | freebsd-ports-gnome-db7b9b030a00f38cd81bc6ae5f6c3227be09adb2.tar.gz freebsd-ports-gnome-db7b9b030a00f38cd81bc6ae5f6c3227be09adb2.tar.zst freebsd-ports-gnome-db7b9b030a00f38cd81bc6ae5f6c3227be09adb2.zip |
Update to version 2.0.5a
Diffstat (limited to 'ftp/gftp')
-rw-r--r-- | ftp/gftp/Makefile | 18 | ||||
-rw-r--r-- | ftp/gftp/distinfo | 2 | ||||
-rw-r--r-- | ftp/gftp/files/patch-ab | 11 | ||||
-rw-r--r-- | ftp/gftp/pkg-plist | 6 |
4 files changed, 13 insertions, 24 deletions
diff --git a/ftp/gftp/Makefile b/ftp/gftp/Makefile index 47ee39caca94..2c9e206a2f5a 100644 --- a/ftp/gftp/Makefile +++ b/ftp/gftp/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gftp -# Version required: 2.0.4 +# Version required: 2.0.5a # Date Created: 21 Feb 1999 # Whom: Damjan Marion <dmarion@open.hr> # # $FreeBSD$ # -DISTNAME= gftp-2.0.4 +DISTNAME= gftp-2.0.5a CATEGORIES= ftp MASTER_SITES= http://gftp.seul.org/ \ ftp://gftp.seul.org/pub/gftp @@ -15,17 +15,11 @@ MAINTAINER= dmarion@open.hr LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 -USE_AUTOCONF= yes +#USE_AUTOCONF= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes -pre-install: - find ${WRKSRC} -name \*.orig -exec ${RM} -f \{} \; - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/gftp ${PREFIX}/bin - @${MKDIR} ${PREFIX}/share/gftp -.for i in sample.gftp/* - ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/gftp -.endfor +MAN1= gftp.1 .include <bsd.port.mk> diff --git a/ftp/gftp/distinfo b/ftp/gftp/distinfo index ac2f58b05acd..124662741c71 100644 --- a/ftp/gftp/distinfo +++ b/ftp/gftp/distinfo @@ -1 +1 @@ -MD5 (gftp-2.0.4.tar.gz) = 4f3a9d0eb1969d197131517a80400147 +MD5 (gftp-2.0.5a.tar.gz) = dc0386abf9cc73b6423cb6f311ef9342 diff --git a/ftp/gftp/files/patch-ab b/ftp/gftp/files/patch-ab deleted file mode 100644 index 3cfad0c8f18d..000000000000 --- a/ftp/gftp/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Sat May 15 10:56:01 1999 -+++ Makefile.in Sat May 15 13:26:17 1999 -@@ -6,7 +6,7 @@ - SHARE_DIR=$(PREFIX)/share/gftp - INSTALL=@INSTALL@ - MACHINE=`uname -m`-`uname -p`-`uname -s` --CFLAGS=@CFLAGS@ -Wall -D_REENTRANT -DSHARE_DIR=\"$(SHARE_DIR)\" -+CFLAGS=@CFLAGS@ -DSHARE_DIR=\"$(SHARE_DIR)\" - LIBS=@LIBS@ - EXE=gftp - OBJS=bookmarks.o cache.o chmod_dialog.o config_file.o \ diff --git a/ftp/gftp/pkg-plist b/ftp/gftp/pkg-plist index d2d629806cf6..70a47ba0b8ac 100644 --- a/ftp/gftp/pkg-plist +++ b/ftp/gftp/pkg-plist @@ -14,4 +14,10 @@ share/gftp/man.xpm share/gftp/open_dir.xpm share/gftp/tar.xpm share/gftp/txt.xpm +share/gnome/apps/Internet/gftp.desktop +share/locale/de/LC_MESSAGES/gftp.mo +share/locale/fr/LC_MESSAGES/gftp.mo +share/locale/ja/LC_MESSAGES/gftp.mo +share/locale/ko/LC_MESSAGES/gftp.mo +share/pixmaps/gftp.png @dirrm share/gftp |