1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/www/kannel-sqlbox/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

44 lines
1.0 KiB
Makefile

PORTNAME= kannel-sqlbox
PORTVERSION= 1.0.1
PORTREVISION= 6
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 gnome 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>