summaryrefslogtreecommitdiff
path: root/x11-wm/vtwm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/vtwm/Makefile')
-rw-r--r--x11-wm/vtwm/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-wm/vtwm/Makefile b/x11-wm/vtwm/Makefile
index eb80f7da81b0..1c9a55d47ffc 100644
--- a/x11-wm/vtwm/Makefile
+++ b/x11-wm/vtwm/Makefile
@@ -12,16 +12,18 @@ COMMENT= Twm with a virtual desktop and optional Motif-like features
LICENSE= MIT
-USE_XORG= xpm xmu
+USE_XORG= x11 xext xpm xmu
MAKEFILE= ${FILESDIR}/Makefile.bsd
ETCDIR?= ${PREFIX}/etc
-MAN1= vtwm.1
+
+PLIST_FILES= bin/vtwm \
+ etc/system.vtwmrc \
+ man/man1/vtwm.1.gz
OPTIONS_DEFINE= SOUND NLS
OPTIONS_DEFAULT= SOUND NLS
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSOUND}