1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/net/ifdepd/Makefile
Pav Lucistnik 3657e4714d - Update to 20110412
PR:		ports/156354
Submitted by:	Alexander Hausner <alex@hugo.bmg.gv.at> (maintainer)
2011-04-15 13:23:12 +00:00

24 lines
457 B
Makefile

# 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 Dependancy daemon
MAN8= ifdepd.8
PLIST_FILES= bin/ifdepd
USE_RC_SUBR= ${PORTNAME}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>