mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
34 lines
694 B
Makefile
34 lines
694 B
Makefile
# New ports collection makefile for: xmove
|
|
# Date created: 16 Jan 1997
|
|
# Whom: Stefan Zehl <sec@42.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmove
|
|
PORTVERSION= 2.0b2
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://ftp.cs.columbia.edu/pub/xmove/
|
|
DISTNAME= ${PORTNAME}.${PORTVERSION:S/b/beta/}
|
|
|
|
MAINTAINER= sec@42.org
|
|
COMMENT= Pseudoserver to support mobile X11 clients
|
|
|
|
WRKSRC= ${WRKDIR}/xmove
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= x11
|
|
|
|
MAN1= xmove.1 xmovectrl.1
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
post-patch:
|
|
${CP} ${FILESDIR}/Imakefile ${WRKSRC}
|
|
(cd ${WRKSRC}; \
|
|
${CP} man/man1/xmove.1 xmove/xmove.man; \
|
|
${CP} man/man1/xmovectrl.1 xmovectrl/xmovectrl.man)
|
|
|
|
.include <bsd.port.mk>
|