mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
23 lines
382 B
Makefile
23 lines
382 B
Makefile
# Created by: 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}
|
|
|
|
NO_STAGE= yes
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|