To test if it works edit your ~/.xinitrc as user, comment the exec xterm part out and add exec startxfce4.
Since Xfce doesnt have its own display manager for a graphical login so you have to install one yourself. You could either install xdm, kdm or gdm. Gdm is the GNOME display manager and also uses the GTK+ toolkit so it's a good choice for Xfce, too.
-Install gdm by executing:
+Install gdm by executing
# pkg_radd gdm
# cd /usr/pkgsrc/x11/gdm && bmake install
To start it at boot time you can simply add gdm_enable=”YES” to your /etc/rc.conf
+
+# How to continue?
+Now after you installed the basic desktop you may wish to add additional applications such as a browser like firefox:
+
+ # pkg_radd firefox
+
+You are fully free what to do now and pkgsrc offers a lot of desktop packages you could install. Have fun with your desktop!