aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/xymon-client/files/Makefile
blob: f4162b2ed59a91813112586d54386bdff5de8583 (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
# Toplevel Makefile for Xymon
# $FreeBSD$
BUILDTOPDIR=`pwd`
CLIENTONLY = yes
LOCALCLIENT = no

# configure settings for Xymon
#
# Toplevel dir
XYMONTOPDIR = ${PREFIX}/www/xymon
# Server home dir for etc/, www/
XYMONHOME = ${PREFIX}/www/xymon/client

# hobbit settings follows
#
# Username running hobbit
#XYMONUSER = nobody
# Xymon server IP-address
#XYMONHOSTIP = 127.0.0.1
# Large File Support settings
LFSDEF = -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

include build/Makefile.FreeBSD


#
# Add local CFLAGS etc. settings here

include build/Makefile.rules