summaryrefslogtreecommitdiff
path: root/net-mgmt/satellite/Makefile
blob: cb73874fae8a1ee6e8668d742b05df2764d0e0ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:   satellite
# Date created:        24 Feb 2001
# Whom:                Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#

PORTNAME=	satellite
PORTVERSION=	1.0.2
PORTREVISION=	1
CATEGORIES=	net-mgmt
MASTER_SITES=	${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR=system/network

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A system for tracking machines with dynamic IP addresses

LIB_DEPENDS=	gdbm.4:${PORTSDIR}/databases/gdbm

GNU_CONFIGURE=	yes
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib
CONFIGURE_ARGS+=	--localstatedir=/var/log

MAN8=		satcfg.8 satellite.8 satellited.8 satwatch.8

pre-install:
	@${SH} pkg-install ${PKGNAME} PRE-INSTALL

post-install:
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>