2013-07-14 23:17:21 +02:00
|
|
|
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
2007-10-25 01:37:25 +02:00
|
|
|
# $FreeBSD$
|
2008-07-03 23:53:55 +02:00
|
|
|
# $MCom: ports/net/avahi-autoipd/Makefile,v 1.1 2007/07/31 18:24:12 ahze Exp $
|
2007-10-25 01:37:25 +02:00
|
|
|
|
2008-07-03 23:53:55 +02:00
|
|
|
PORTREVISION= 0
|
2007-10-25 01:37:25 +02:00
|
|
|
CATEGORIES= net
|
|
|
|
PKGNAMESUFFIX= -autoipd
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= IPv4LL network address configuration daemon
|
|
|
|
|
2013-12-14 17:25:21 +01:00
|
|
|
LIB_DEPENDS= libavahi-common.so:${PORTSDIR}/net/avahi-app
|
2007-10-25 01:37:25 +02:00
|
|
|
|
2012-05-20 18:47:37 +02:00
|
|
|
USERS= avahi-autoipd
|
|
|
|
GROUPS= ${USERS}
|
|
|
|
|
2007-10-25 01:37:25 +02:00
|
|
|
MASTERDIR= ${.CURDIR}/../avahi-app
|
|
|
|
BUILD_WRKSRC= ${WRKSRC}/avahi-autoipd
|
|
|
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
|
|
|
|
AVAHI_SLAVE= autoipd
|
|
|
|
|
2013-12-14 17:25:21 +01:00
|
|
|
MANPAGES= avahi-autoipd.8
|
2007-10-25 01:37:25 +02:00
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|