freebsd-ports/net/ifstated/Makefile
Ion-Mihai Tetcu 8b75a1af63 Drop a MASTER site that will disappear soon.
PR:		ports/113686
Submitted by:	Steven Kreuzer (maintainer)
2007-06-17 21:30:06 +00:00

38 lines
851 B
Makefile

# New ports collection makefile for: ifstated
# Date created: 18 November 2004
# Whom: Matthew George <mdg@secureworks.net>
#
# $FreeBSD$
#
PORTNAME= ifstated
PORTVERSION= 3.7
PORTEPOCH= 1
CATEGORIES= net
MASTER_SITES= http://www.atarininja.org/~wxs/distfiles/ \
http://www.pkix.net/mirror/f2o.org/ifstated/
MAINTAINER= skreuzer@exit2shell.com
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>