freebsd-ports/x11/xwit/Makefile
Emanuel Haupt bfd0eb9a4e - Take over maintainership
- Cleanup pkg-descr:
  * remove license/attribution is redundant with the corresponding section in
    the manpage
  * fmt -w 80
  * remove double spaces

- Import patchset [1]:
  * Added -fetch and -store options to access cutbuffers
    Code clean-up to get rid of compilation warnings
  * Added -focus option
  * Correctly escape dashes in the manpage
  * Add operations to raise (without mapping) or lower a window, and toggle or
    circulate stacking
  * Add an -property option to specify something different than the name of the
    window to use
  * Add an -print command to print the windows geometry and name
  * Add an -all alias to -names ''
  * Document new functions in manpage

Obtained from:  debian [1]
2010-05-12 17:36:04 +00:00

28 lines
606 B
Makefile

# 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>