2007-10-25 01:37:25 +02:00
|
|
|
# New ports collection makefile for: avahi-autoipd
|
|
|
|
# Date created: 31 July 2007
|
|
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $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
|
|
|
|
|
2007-10-27 16:07:50 +02:00
|
|
|
LIB_DEPENDS= avahi-common.3:${PORTSDIR}/net/avahi-app
|
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
|
|
|
|
|
|
|
|
MAN8= avahi-autoipd.8
|
2007-12-23 21:29:49 +01:00
|
|
|
USE_GNOME= gnomehack gnometarget ltverhack intltool
|
2007-10-25 01:37:25 +02:00
|
|
|
PKGINSTALL= ${.CURDIR}/pkg-install
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|