1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/x11/xmove/Makefile

33 lines
680 B
Makefile
Raw Normal View History

# New ports collection makefile for: xmove
# Date created: 16 Jan 1997
# Whom: Stefan Zehl <sec@42.org>
#
1999-08-31 02:51:23 +00:00
# $FreeBSD$
#
2000-04-13 19:19:05 +00:00
PORTNAME= xmove
2001-02-05 16:18:54 +00:00
PORTVERSION= 2.0b2
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= ftp://ftp.cs.columbia.edu/pub/xmove/
DISTNAME= ${PORTNAME}.${PORTVERSION:S/b/beta/}
MAINTAINER= sec@42.org
2003-02-21 14:08:24 +00:00
COMMENT= Pseudoserver to support mobile X11 clients
WRKSRC= ${WRKDIR}/xmove
USE_IMAKE= yes
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>