blob: 74088d4ca5bdedc6d58445c62aec903e811ff0d2 (
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
|
# New ports collection makefile for: xwit
# Date created: 15 June 1998
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xwit
PORTVERSION= 3.4
PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= XCONTRIB/utilities:source1 CRITICAL:source2
DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}:source1 \
${PORTNAME}-patchset-${PORTVERSION}${EXTRACT_SUFX}:source2
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= X interface tool
USE_IMAKE= yes
USE_XORG= x11 xext
MAN1= xwit.1
PLIST_FILES= bin/xwit
EXTRA_PATCHES= ${WRKDIR}/${PORTNAME}-patchset-${PORTVERSION}/patch-*
.include <bsd.port.mk>
|