freebsd-ports/x11/xmove/Makefile
Satoshi Asami ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00

28 lines
604 B
Makefile

# New ports collection makefile for: xmove
# Version required: 2.0
# Date created: 16 Jan 1997
# Whom: Stefan Zehl <sec@42.org>
#
# $Id: Makefile,v 1.2 1998/04/21 01:23:58 asami Exp $
#
DISTNAME= xmove.2.0beta2
PKGNAME= xmove-2.0b2
CATEGORIES= x11
MASTER_SITES= ftp://ftp.cs.columbia.edu/pub/xmove/
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>