プンプンスクリーンセーバー 0.7
をいれようとしています。
こういうエラーがでました。
OSはFreeBSD4.4R
Xfree4.1.0です。
gnome1.4をportsからインストール済みです。
xscreensaverも入ってます。

# ./configure
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gtk-config... no
checking for GTK - version >= 1.2.0... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
configure: error: Cannot find GTK: Is gtk-config in path?

/usr/ports/x11-toolkits/gtk12
はインストール済みです。
gtk-configというファイルは、
# find / -name "gtk-config" -print
しても、
/usr/ports/x11-toolkits/gtk12/work/gtk+-1.2.10/gtk-config
にしか存在していません。

よく分からないので、
試しに、
sh ./configure --prefix=/usr/ports/x11-toolkits/gtk12/work/gtk+-1.2.10/gtk-config
とかやってみたけど、だめでした。
どうすればいいですか?