Tweak x11/xwit version 3.4_3
[dports.git] / x11 / xwit / Makefile
1 # Created by: Thomas Gellekum <tg@FreeBSD.org>
2 # $FreeBSD: x11/xwit/Makefile 327777 2013-09-20 23:43:19Z bapt $
3
4 PORTNAME=       xwit
5 PORTVERSION=    3.4
6 PORTREVISION=   3
7 CATEGORIES=     x11
8 MASTER_SITES=   XCONTRIB/utilities:source1 CRITICAL:source2
9 DISTFILES=      ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}:source1 \
10                 ${PORTNAME}-patchset-${PORTVERSION}${EXTRACT_SUFX}:source2
11
12 MAINTAINER=     ehaupt@FreeBSD.org
13 COMMENT=        X interface tool
14
15 USES=           imake
16 USE_XORG=       x11 xext
17
18 MAN1=           xwit.1
19 PLIST_FILES=    bin/xwit
20
21 EXTRA_PATCHES=  ${WRKDIR}/${PORTNAME}-patchset-${PORTVERSION}/patch-*
22
23 NO_STAGE=       yes
24 .include <bsd.port.mk>