blob: 0874291863fa56ad1e93ac627953a800cdcf5a34 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# New ports collection makefile for: vtwm
# Date created: 21 December 1998
# Whom: bmah@ca.sandia.gov
#
# $FreeBSD$
#
PORTNAME= vtwm
PORTVERSION= 5.4.6b
PORTREVISION= 0
CATEGORIES= x11-wm
MASTER_SITES= ftp://ftp.visi.com/users/hawkeyd/X/
MAINTAINER= ports@freebsd.org
COMMENT= Twm with a virtual desktop and optional Motif-like features
USE_IMAKE= yes
USE_XPM= yes
MAN1= vtwm.1
.include <bsd.port.pre.mk>
.if ${X_WINDOW_SYSTEM:L} == xorg
PLIST_SUB+= NEWMTREE=""
.else
PLIST_SUB+= NEWMTREE="@comment "
.endif
.include <bsd.port.post.mk>
|