mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
29 lines
556 B
Makefile
29 lines
556 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
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://ftp.cs.columbia.edu/pub/xmove/
|
|
DISTNAME= ${PORTNAME}.2.0beta2
|
|
|
|
MAINTAINER= sec@42.org
|
|
|
|
WRKSRC= ${WRKDIR}/xmove
|
|
USE_X_PREFIX= yes
|
|
MAN1= xmove.1 xmovectrl.1
|
|
|
|
post-extract:
|
|
${CP} ${FILESDIR}/Makefile ${WRKSRC}
|
|
|
|
post-install:
|
|
.for man in ${MAN1}
|
|
${INSTALL_MAN} ${WRKSRC}/man/man1/${man} ${X11BASE}/man/man1
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|