blob: c53b63b95796da2a971c66c2b8c0023c9da2e0ba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
# New ports collection makefile for: pim6-sd
# Date created: 2 Jun 2001
# Whom: dwcjr
#
# $FreeBSD$
#
PORTNAME= pim6dd
PORTVERSION= 20021111a
PORTREVISION= 0
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/
MAINTAINER= suz@FreeBSD.org
NO_CDROM= "Cannot be sold for profit"
USE_REINPLACE= yes
MAN5= pim6dd.conf.5
MAN8= pim6dd.8
MANCOMPRESSED= yes
DOCS= LICENSE.mrouted LICENSE.pimd
BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}
INSTALL_WRKSRC= ${BUILD_WRKSRC}
post-patch:
.for file in Makefile.inc pim6dd/pathnames.h pim6dd/pim6dd.8
@${REINPLACE_CMD} -e 's./usr/local/v6.${PREFIX}.g' ${WRKSRC}/${file}
.endfor
post-install:
${INSTALL_DATA} ${FILESDIR}/pim6dd.conf ${PREFIX}/etc
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
.for file in ${DOCS}
${INSTALL_DATA} ${BUILD_WRKSRC}/${file} ${PREFIX}/share/doc/${PORTNAME}
@${ECHO_CMD} share/doc/${PORTNAME}/${file} >>${TMPPLIST}
.endfor
@${ECHO_CMD} "@dirrm share/doc/${PORTNAME}" >>${TMPPLIST}
.endif
.include <bsd.port.mk>
|