blob: 99a15cd9100bb8605e46e2b8bb3d38e3059556eb (
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
|
# New ports collection makefile for: ifstated
# Date created: 18 November 2004
# Whom: Matthew George <mdg@secureworks.net>
#
# $FreeBSD$
#
PORTNAME= ifstated
PORTVERSION= 20050505
CATEGORIES= net
MASTER_SITES= http://skreuzer.f2o.org/mirror/ifstated/
MAINTAINER= skreuzer@f2o.org
COMMENT= Interface State daemon
INSTALL_TARGET= install install-man
MAN8= ifstated.8
PLIST_FILES= sbin/ifstated etc/ifstated.conf
SUB_FILES= pkg-message
USE_RC_SUBR= ifstated
post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/ifstated.c ${WRKSRC}/ifstated.8
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 502113
IGNORE= need link state change notification changes from May 2004
.endif
.include <bsd.port.post.mk>
|