# New ports collection makefile for: kannel # Date created: 19 Jun 2000 # Whom: Domas Mituzas # # $FreeBSD$ PORTNAME= kannel PORTVERSION= 1.4.1 CATEGORIES= www MASTER_SITES= http://www.kannel.org/download/%SUBDIR%/ \ http://farrokhi.net/distfiles/ MASTER_SITE_SUBDIR= ${PORTVERSION} DISTNAME= gateway-${PORTVERSION} MAINTAINER= babak@farrokhi.net COMMENT= WAP / SMS Gateway LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre USE_GNOME= libxml2 USE_OPENSSL= yes USE_GMAKE= yes USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-cflags="${CPPFLAGS}" --with-libs="${LDFLAGS}" \ --enable-pcre=yes --enable-docs=no --with-malloc=native \ --enable-start-stop-daemon=no MAN1= mtbatch.1 seewbmp.1 wmlsc.1 wmlsdasm.1 MAN8= kannel.8 run_kannel_box.8 CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} .include .if ${ARCH} == "alpha" || ${ARCH} == "sparc64" BROKEN= Does not compile on alpha or sparc64 .endif post-patch: @${REINPLACE_CMD} -e 's|-pthread||g ; \ s|-lc_r||g ; \ s|-lkse||g' ${WRKSRC}/configure post-install: .for filename in wapkannel.conf smskannel.conf ${INSTALL_DATA} ${WRKSRC}/gw/${filename} ${PREFIX}/etc/${filename}.sample .endfor .for filename in mtbatch seewbmp wmlsc wmlsdasm @${STRIP_CMD} ${PREFIX}/bin/${filename} .endfor .for filename in bearerbox run_kannel_box smsbox wapbox @${STRIP_CMD} ${PREFIX}/sbin/${filename} .endfor .include ption value='mesa-next' selected='selected'>mesa-next FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - update to jpeg-8dinoex2010-02-051-1/+1
* - Fix builddhn2009-05-261-0/+1
* - Fix build with shells/bashdhn2009-05-261-0/+4
* - Update to 3.0.6beech2008-07-085-45/+86
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
* - Update to 3.0.5miwi2008-05-164-596/+1054