diff options
author | will <will@FreeBSD.org> | 2000-07-15 17:07:19 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-07-15 17:07:19 +0000 |
commit | 93ac4459ce4b911af0ae68d1027d3bb43c34be06 (patch) | |
tree | ec888e09d8a6aebad58f4896eeadd9049ddbf8a3 /ftp/IglooFTP | |
parent | 20953ea3e046e6943d9a42939f699c33e9cdd31f (diff) | |
download | FreeBSD-ports-93ac4459ce4b911af0ae68d1027d3bb43c34be06.zip FreeBSD-ports-93ac4459ce4b911af0ae68d1027d3bb43c34be06.tar.gz |
Use GTK_CONFIG properly; add WWW.
PR: 19924
Submitted by: Ports Fury
Diffstat (limited to 'ftp/IglooFTP')
-rw-r--r-- | ftp/IglooFTP/files/patch-ab | 2 | ||||
-rw-r--r-- | ftp/IglooFTP/pkg-descr | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ftp/IglooFTP/files/patch-ab b/ftp/IglooFTP/files/patch-ab index 4f00433..d80b3a6 100644 --- a/ftp/IglooFTP/files/patch-ab +++ b/ftp/IglooFTP/files/patch-ab @@ -50,7 +50,7 @@ @echo "#define COMPILE_BY \"`whoami`\"" >> version.h @echo "#define COMPILE_HOST \"`hostname`\"" >> version.h - @echo "#define GTK_VERSION \"GTK+ `gtk-config --version`\"" >> version.h -+ @echo "#define GTK_VERSION \"GTK+ `gtk12-config --version`\"" >> version.h ++ @echo "#define GTK_VERSION \"GTK+ `$(GTK_CONFIG) --version`\"" >> version.h @echo "#define CC_VERSION \"`$(CC) -v 2>&1 | tail -1`\"">>version.h @echo "#define CODE_LINES \"`cat *.c *.h | grep -ch -e \"[[:alpha:]|[:punct:]]\"`\"">>version.h diff --git a/ftp/IglooFTP/pkg-descr b/ftp/IglooFTP/pkg-descr index 45c9569..ab24035 100644 --- a/ftp/IglooFTP/pkg-descr +++ b/ftp/IglooFTP/pkg-descr @@ -15,3 +15,5 @@ symbolic links, support of passive and non-passive data connection, possibility to show / hide hidden file, anti-idle tool, DND support, firewall support, own Netscape mini-toolbar and a great appearance. + +WWW: http://www.littleigloo.org/iglooftp.php3 |