8414fc6fb9
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.
32 lines
630 B
Makefile
32 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>
|