blob: 1a185ef60d22752dc79e7416e10944f8966318b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: ifdepd
# Date created: 03 03 2005
# Whom: Alexander Hausner <alex@hugo.bmg.gv.at>
# $FreeBSD$
PORTNAME= ifdepd
PORTVERSION= 20110412
CATEGORIES= net
MASTER_SITES= http://alex.bmg.gv.at/programs/
MAINTAINER= alex@hugo.bmg.gv.at
COMMENT= Interface Dependency daemon
MAN8= ifdepd.8
PLIST_FILES= bin/ifdepd
USE_RC_SUBR= ${PORTNAME}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
|