freebsd-ports/x11/xmove/Makefile
Maxim Sobolev 0bc3b911f9 o Add missed USE_IMAKE;
o fix manpage problem with XFree86-4;
o add $FreeBSD$ into ${FILESDIR}/Makefile to make commitprep happy.

PR:		25670
Submitted by:	maintainer
2001-03-13 16:06:46 +00:00

32 lines
572 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
USE_IMAKE= 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>