blob: c508d8937b6fa05fdc5e5aaf6031be8e5160ff5c (
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
|
# New ports collection makefile for: tvtwm
# Date created: 5th December 1994
# Whom: gpalmer
#
# $FreeBSD$
#
PORTNAME= tvtwm
PORTVERSION= pl11
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= window_managers
DISTNAME= ${PORTNAME}.${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Twm with a virtual desktop
WRKSRC= ${WRKDIR}/tvtwm
USE_IMAKE= yes
USE_XPM= yes
MAN1= tvtwm.1
PLIST_FILES= bin/tvtwm
.include <bsd.port.mk>
|