* bug fixes * new features * compatibility breakers: SMPP module users should note that the 'msg-id-type' default behaviour has changed. The SMPP spec says that msg ids should be C strings and hence we treat them as such per default. If your SMSC gives msg ids in submit_sm and deliver_dm PDUs in different numbering basing, then please use the 'msg-id-type' config directive to set it accordingly.
28 lines
672 B
Makefile
28 lines
672 B
Makefile
# $NetBSD: Makefile,v 1.14 2002/11/05 13:13:04 martti Exp $
|
|
#
|
|
|
|
DISTNAME= gateway-${KANNEL_VER}
|
|
PKGNAME= kannel-${KANNEL_VER}
|
|
CATEGORIES= www net
|
|
MASTER_SITES= http://www.kannel.org/download/${KANNEL_VER}/
|
|
|
|
MAINTAINER= rh@netbsd.org
|
|
HOMEPAGE= http://www.kannel.org
|
|
COMMENT= Open source WAP and SMS gateway
|
|
|
|
KANNEL_VER= 1.2.1
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_BUILDLINK2= YES
|
|
USE_GMAKE= YES
|
|
USE_PERL5= YES
|
|
PTHREAD_OPTS+= require
|
|
|
|
CONFIGURE_ARGS+= --disable-docs
|
|
CONFIGURE_ARGS+= --disable-ssl
|
|
CFLAGS+= -I${BUILDLINK_PREFIX.libxml2}/include/libxml2/libxml
|
|
|
|
.include "../../textproc/libxml2/buildlink2.mk"
|
|
.include "../../mk/pthread.buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|