an easy and consistent way of installing software ported to FreeBSD
Package Frontend is a ncurses based, graphical frontend for
the FreeBSD ports collection.
Author: Sulev-Madis Silber
WWW: http://kodu.neti.ee/~madis555/pkgfe/
sbin/pkgfe
@unexec if cmp -s %D/etc/pkgfe.conf.sample %D/etc/pkgfe.conf; then rm -f %D/etc/pkgfe.conf; fi
etc/pkgfe.conf.sample
@exec if [ ! -f %B/pkgfe.conf ]; then cp -p %D/%F %B/pkgfe.conf; fi