aboutsummaryrefslogtreecommitdiff
path: root/www/kannel/Makefile
blob: ca3db86395803a601476d2e680565965eadcefbe (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:   kannel
# Date created:		19 Jun 2000
# Whom:			Domas Mituzas <midom@dammit.lt>
#
# $FreeBSD$

PORTNAME=	kannel
PORTVERSION=	0.10.2
CATEGORIES=	www
MASTER_SITES=	http://www.kannel.org/download/${PORTVERSION}/
DISTNAME=	gateway-${PORTVERSION}

MAINTAINER=	midom@dammit.lt

LIB_DEPENDS=    xml:${PORTSDIR}/textproc/libxml

GNU_CONFIGURE=	yes
USE_GMAKE=	yes
WRKSRC=         ${WRKDIR}/gateway-0.10.2/
CFLAGS+=	-pthread
CONFIGURE_ARGS += --with-malloc=native

do-install:
.if !defined(NOPORTDOCS)
	@cd ${WRKSRC} && make install-docs
.endif
	@cd ${WRKSRC} && make install
	${INSTALL_DATA} ${WRKSRC}/gw/wapkannel.conf ${PREFIX}/etc/
	${INSTALL_DATA} ${WRKSRC}/gw/smskannel.conf ${PREFIX}/etc/

.if !defined(NOPORTDOCS)
post-install:
	@cd ${WRKSRC}/doc && \
		for a in `/usr/bin/find . -type f | ${SED} -e 's:^\./::g'` ; \
			do ${ECHO} share/doc/kannel/$$a >> ${TMPPLIST} ; done
	@${ECHO} "@dirrm share/doc/kannel/arch" >> ${TMPPLIST}
	@${ECHO} "@dirrm share/doc/kannel/userguide" >> ${TMPPLIST}
	@${ECHO} "@dirrm share/doc/kannel" >> ${TMPPLIST}
.endif

.include <bsd.port.mk>