freebsd-ports/x11/xmove/Makefile
FUJISHIMA Satsuki 8414fc6fb9 o copying files/Imakefile instead of Makefile to make USE_IMAKE working.
o making/installing html manpages.
o replace magic number with macro in DISTNAME.
o move post-extract to post-patch to get as-is distfile after make extract.
2001-03-13 22:46:51 +00:00

31 lines
630 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}.${PORTVERSION:S/b/beta/}
MAINTAINER= sec@42.org
WRKSRC= ${WRKDIR}/xmove
USE_X_PREFIX= yes
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>