mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
e762d0756b
While here move some manpages to share/man
25 lines
665 B
Makefile
25 lines
665 B
Makefile
PORTNAME= xwit
|
|
PORTVERSION= 3.4
|
|
PORTREVISION= 4
|
|
CATEGORIES= x11
|
|
MASTER_SITES= XCONTRIB/utilities:source1 LOCAL/ehaupt:source2
|
|
DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}:source1 \
|
|
${PORTNAME}-patchset-${PORTVERSION}${EXTRACT_SUFX}:source2
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= X interface tool
|
|
|
|
USES= imake xorg
|
|
USE_XORG= x11 xext
|
|
|
|
PLIST_FILES= bin/xwit share/man/man1/xwit.1.gz
|
|
|
|
EXTRA_PATCHES= ${WRKDIR}/${PORTNAME}-patchset-${PORTVERSION}/patch-*
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}._man \
|
|
${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1
|
|
|
|
.include <bsd.port.mk>
|