mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
41 lines
1.1 KiB
Makefile
41 lines
1.1 KiB
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: mopd
|
|
# Date created: Sun Nov 14, 1999
|
|
# Whom: David O'Brien (obrien@NUXI.com)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mopd
|
|
PORTVERSION= 2.5.3
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.stacken.kth.se/pub/OS/NetBSD/mopd/ \
|
|
http://world.std.com/~bdc/projects/vaxen/netboot/ \
|
|
http://world.std.com/~bdc/projects/vaxen/ \
|
|
http://world.std.com/~bdc/projects/vaxen/docs/
|
|
.if !defined(NOPORTDOCS)
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
|
VAX-netboot-HOWTO VS3100-console-cmds.txt
|
|
.endif
|
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
|
|
|
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
|
# MANDIR is concetenated to DESTDIR which all forms the man install dir...
|
|
MAKE_ENV= DESTDIR=${PREFIX} MANDIR=/man/man NOMANCOMPRESS=true
|
|
MAN1= mopprobe.1 moptrace.1 mopchk.1 mopa.out.1
|
|
MAN8= mopd.8
|
|
|
|
do-configure:
|
|
@${PERL} -pi.orig -e 's:/usr/sbin:/sbin:' ${WRKSRC}/Makefile.inc
|
|
@${PERL} -pi.orig -e 's/MAN=/MAN8=/' ${WRKSRC}/mopd/Makefile
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/mopd
|
|
@${INSTALL_MAN} ${DISTDIR}/VAX-netboot-HOWTO \
|
|
${DISTDIR}/VS3100-console-cmds.txt ${PREFIX}/share/doc/mopd
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|