1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/net/ifdepd/Makefile
Carlo Strub db5e2bc177 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-29 11:17:02 +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 Dependency daemon
MAN8= ifdepd.8
PLIST_FILES= bin/ifdepd
USE_RC_SUBR= ${PORTNAME}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>