09f9633cb6
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
45 lines
1 KiB
Makefile
45 lines
1 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kannel-sqlbox
|
|
PORTVERSION= 1.0.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= dbaio@FreeBSD.org
|
|
# Co-maintainer: Alberto Mijares <amijaresp@gmail.com> (PR/173889)
|
|
COMMENT= Add-on module for www/kannel (svn rev.55)
|
|
|
|
LICENSE= The_Kannel_Software_License
|
|
LICENSE_NAME= The Kannel Software License, Version 1.0
|
|
LICENSE_FILE= ${WRKSRC}/KannelLICENSE
|
|
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/kannel/gw-config.h:www/kannel
|
|
RUN_DEPENDS= ${LOCALBASE}/sbin/bearerbox:www/kannel
|
|
LIB_DEPENDS= libpcreposix.so:devel/pcre
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= dbaio
|
|
|
|
USES= gmake iconv ssl
|
|
USE_GCC= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= libxml2
|
|
|
|
OPTIONS_MULTI= DATABASE
|
|
OPTIONS_MULTI_DATABASE= MYSQL PGSQL SQLITE3
|
|
OPTIONS_DEFAULT= MYSQL
|
|
|
|
MYSQL_USES= mysql
|
|
|
|
PGSQL_USES= pgsql
|
|
|
|
SQLITE3_USES= sqlite:3
|
|
|
|
USE_RC_SUBR= kannel_sqlbox
|
|
SUB_FILES= pkg-message
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/example/sqlbox.conf.example \
|
|
${STAGEDIR}${PREFIX}/etc/sqlbox.conf.sample
|
|
.include <bsd.port.mk>
|