freebsd-ports/x11/xwit/Makefile

25 lines
542 B
Makefile
Raw Normal View History

# Created by: Thomas Gellekum <tg@FreeBSD.org>
1999-08-31 04:51:23 +02:00
# $FreeBSD$
2000-04-13 21:19:05 +02:00
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
USES= imake
USE_XORG= x11 xext
MAN1= xwit.1
PLIST_FILES= bin/xwit
EXTRA_PATCHES= ${WRKDIR}/${PORTNAME}-patchset-${PORTVERSION}/patch-*
NO_STAGE= yes
.include <bsd.port.mk>