aboutsummaryrefslogtreecommitdiffstats
path: root/net/linknx/Makefile
blob: f8ab443765c4aa79572f5c97dd8cee61efe545a5 (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
34
35
36
37
38
39
40
41
# New ports collection makefile for:    linknx
# Date Created:             23 October 2008
# Whom:                 Björn König <bkoenig@alpha-tierchen.de>
#
# $FreeBSD$
#

PORTNAME=   linknx
PORTVERSION=    0.0.1.25
PORTREVISION=   2
CATEGORIES= net
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER= bkoenig@alpha-tierchen.de
COMMENT=    Rule-based event handling in a KNX installation

LIB_DEPENDS=    pthsem.20:${PORTSDIR}/devel/pthsem
BUILD_DEPENDS=  ${LOCALBASE}/lib/libargp.a:${PORTSDIR}/devel/argp-standalone

GNU_CONFIGURE=  yes
USE_GMAKE=  yes
CONFIGURE_ARGS+=CFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-I${LOCALBASE}/include -L/${LOCALBASE}/lib"

OPTIONS=    LIBESMTP "Install libesmtp for SMTP support" on \
        LIBCURL "Install libcurl for Clickatell SMS support" off

.include <bsd.port.pre.mk>

.if (defined(WITH_LIBESMTP) || exists(${LOCALBASE}/include/libesmtp.h))
CONFIGURE+= --enable-smtp
LIB_DEPENDS+=   esmtp.6:${PORTSDIR}/mail/libesmtp
.endif

.if (defined(WITH_LIBCURL) || exists(${LOCALBASE}/lib/libcurl.so))
LIB_DEPENDS+=   curl.6:${PORTSDIR}/ftp/curl
.endif

USE_RC_SUBR=    ${PORTNAME}

.include <bsd.port.post.mk>