2013-09-21 00:10:23 +02:00
|
|
|
# Created by: Alexander Hausner <alex@hugo.bmg.gv.at>
|
2005-03-16 22:23:15 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ifdepd
|
2011-04-15 15:23:12 +02:00
|
|
|
PORTVERSION= 20110412
|
2005-03-16 22:23:15 +01:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://alex.bmg.gv.at/programs/
|
|
|
|
|
|
|
|
MAINTAINER= alex@hugo.bmg.gv.at
|
2012-07-29 13:17:02 +02:00
|
|
|
COMMENT= Interface Dependency daemon
|
2005-03-16 22:23:15 +01:00
|
|
|
|
|
|
|
MAN8= ifdepd.8
|
|
|
|
|
2009-07-17 20:41:08 +02:00
|
|
|
PLIST_FILES= bin/ifdepd
|
2005-03-16 22:23:15 +01:00
|
|
|
|
2009-07-17 20:41:08 +02:00
|
|
|
USE_RC_SUBR= ${PORTNAME}
|
2005-04-22 20:53:12 +02:00
|
|
|
|
2013-09-21 00:10:23 +02:00
|
|
|
NO_STAGE= yes
|
2005-03-16 22:23:15 +01:00
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
2009-01-05 22:36:39 +01:00
|
|
|
.include <bsd.port.mk>
|