4c46ca73d8
Add USES=xorg and USES=gl to ports in categories starting with 'x' While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
28 lines
572 B
Makefile
28 lines
572 B
Makefile
# Created by: 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
|
|
|
|
BROKEN= unfetchable
|
|
|
|
USES= imake xorg
|
|
USE_XORG= x11
|
|
|
|
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>
|