blob: 648a409f4fd63aff245f83acbe66eccb76afcf32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: xwit
# Date created: 15 June 1998
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xwit
PORTVERSION= 3.4
CATEGORIES= x11
MASTER_SITES= http://downloads.planetmirror.com/pub/x11/contrib/utilities/ \
http://www.netsw.org/x11/tools/internal/
MAINTAINER= tg@FreeBSD.org
COMMENT= X interface tool
USE_IMAKE= yes
MAN1= xwit.1
PLIST_FILES= bin/xwit
.include <bsd.port.mk>
|