diff --git a/comms/gammu/Makefile b/comms/gammu/Makefile index 5fb44c7bcc01..9c3a1c422161 100644 --- a/comms/gammu/Makefile +++ b/comms/gammu/Makefile @@ -1,44 +1,48 @@ PORTNAME= gammu PORTVERSION= 1.42.0 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= http://dl.cihar.com/gammu/releases/ MAINTAINER= rodrigo@FreeBSD.org COMMENT= GNU All Mobile Management Utilities WWW= https://wammu.eu/gammu/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl -CMAKE_ARGS= -DINSTALL_LIBDATA_DIR:PATH=${PREFIX}/libdata \ - -DINSTALL_MAN_DIR:PATH=${PREFIX}/man - -USES= cmake compiler:c++11-lang gettext gnome iconv pkgconfig shebangfix tar:xz -SHEBANG_FILES= utils/jadmaker utils/gammu-config -bash_CMD= /bin/sh +USES= cmake compiler:c++11-lang gettext gnome iconv pkgconfig \ + shebangfix tar:xz USE_GNOME= glib20 USE_LDCONFIG= yes +SHEBANG_FILES= utils/gammu-config utils/jadmaker +bash_CMD= /bin/sh + +CMAKE_ARGS= -DINSTALL_LIBDATA_DIR:PATH=${PREFIX}/libdata \ + -DINSTALL_MAN_DIR:PATH=${PREFIX}/share/man + PLIST_SUB+= VERSION=${PORTVERSION} PORTDOCS= * -OPTIONS_DEFINE= BASH DBI DOCS PGSQL MYSQL ODBC +OPTIONS_DEFINE= BASH DBI DOCS MYSQL ODBC PGSQL OPTIONS_DEFAULT= BASH OPTIONS_SUB= yes +DBI_DESC= Database support via LibDBI + BASH_BUILD_DEPENDS= bash:shells/bash BASH_RUN_DEPENDS= ${BASH_BUILD_DEPENDS} BASH_CMAKE_OFF= -DINSTALL_BASH_COMPLETION:BOOL=OFF -DBI_DESC= Database support via LibDBI DBI_LIB_DEPENDS= libdbi.so:databases/libdbi DBI_CMAKE_OFF= -DWITH_LibDBI:BOOL=OFF -PGSQL_USES= pgsql -PGSQL_CMAKE_OFF= -DWITH_Postgres:BOOL=OFF MYSQL_USES= mysql MYSQL_CMAKE_OFF= -DWITH_MySQL:BOOL=OFF ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC ODBC_CMAKE_OFF= -DWITH_ODBC:BOOL=OFF +PGSQL_USES= pgsql +PGSQL_CMAKE_OFF= -DWITH_Postgres:BOOL=OFF .include diff --git a/comms/gammu/pkg-plist b/comms/gammu/pkg-plist index 1145e6f569cc..d5d647f4a731 100644 --- a/comms/gammu/pkg-plist +++ b/comms/gammu/pkg-plist @@ -1,133 +1,133 @@ bin/gammu bin/gammu-config bin/gammu-detect bin/gammu-smsd bin/gammu-smsd-inject bin/gammu-smsd-monitor bin/jadmaker %%BASH%%etc/bash_completion.d/gammu include/gammu/gammu.h include/gammu/gammu-backup.h include/gammu/gammu-bitmap.h include/gammu/gammu-calendar.h include/gammu/gammu-call.h include/gammu/gammu-callback.h include/gammu/gammu-category.h include/gammu/gammu-config.h include/gammu/gammu-datetime.h include/gammu/gammu-debug.h include/gammu/gammu-error.h include/gammu/gammu-file.h include/gammu/gammu-info.h include/gammu/gammu-inifile.h include/gammu/gammu-keys.h include/gammu/gammu-limits.h include/gammu/gammu-memory.h include/gammu/gammu-message.h include/gammu/gammu-misc.h include/gammu/gammu-nokia.h include/gammu/gammu-ringtone.h include/gammu/gammu-security.h include/gammu/gammu-settings.h include/gammu/gammu-smsd.h include/gammu/gammu-statemachine.h include/gammu/gammu-types.h include/gammu/gammu-unicode.h include/gammu/gammu-wap.h lib/libGammu.so lib/libGammu.so.8 lib/libGammu.so.8.%%VERSION%% lib/libgsmsd.so lib/libgsmsd.so.8 lib/libgsmsd.so.8.%%VERSION%% libdata/pkgconfig/gammu.pc libdata/pkgconfig/gammu-smsd.pc -man/man1/gammu.1.gz -man/man1/gammu-config.1.gz -man/man1/gammu-detect.1.gz -man/man1/gammu-smsd-inject.1.gz -man/man1/gammu-smsd-monitor.1.gz -man/man1/gammu-smsd.1.gz -man/man1/jadmaker.1.gz -man/man5/gammu-backup.5.gz -man/man5/gammu-smsbackup.5.gz -man/man5/gammu-smsdrc.5.gz -man/man5/gammurc.5.gz -man/man7/gammu-smsd-dbi.7.gz -man/man7/gammu-smsd-files.7.gz -man/man7/gammu-smsd-mysql.7.gz -man/man7/gammu-smsd-null.7.gz -man/man7/gammu-smsd-odbc.7.gz -man/man7/gammu-smsd-pgsql.7.gz -man/man7/gammu-smsd-run.7.gz -man/man7/gammu-smsd-sql.7.gz -man/man7/gammu-smsd-tables.7.gz +share/man/man1/gammu.1.gz +share/man/man1/gammu-config.1.gz +share/man/man1/gammu-detect.1.gz +share/man/man1/gammu-smsd-inject.1.gz +share/man/man1/gammu-smsd-monitor.1.gz +share/man/man1/gammu-smsd.1.gz +share/man/man1/jadmaker.1.gz +share/man/man5/gammu-backup.5.gz +share/man/man5/gammu-smsbackup.5.gz +share/man/man5/gammu-smsdrc.5.gz +share/man/man5/gammurc.5.gz +share/man/man7/gammu-smsd-dbi.7.gz +share/man/man7/gammu-smsd-files.7.gz +share/man/man7/gammu-smsd-mysql.7.gz +share/man/man7/gammu-smsd-null.7.gz +share/man/man7/gammu-smsd-odbc.7.gz +share/man/man7/gammu-smsd-pgsql.7.gz +share/man/man7/gammu-smsd-run.7.gz +share/man/man7/gammu-smsd-sql.7.gz +share/man/man7/gammu-smsd-tables.7.gz %%DATADIR%%/gammu-s60-remote.sis %%DATADIR%%/gnapplet.ini %%DATADIR%%/gnapplet.sis share/locale/af/LC_MESSAGES/gammu.mo share/locale/af/LC_MESSAGES/libgammu.mo share/locale/ar/LC_MESSAGES/gammu.mo share/locale/ar/LC_MESSAGES/libgammu.mo share/locale/bg/LC_MESSAGES/gammu.mo share/locale/bg/LC_MESSAGES/libgammu.mo share/locale/bn/LC_MESSAGES/gammu.mo share/locale/bn/LC_MESSAGES/libgammu.mo share/locale/ca/LC_MESSAGES/gammu.mo share/locale/ca/LC_MESSAGES/libgammu.mo share/locale/cs/LC_MESSAGES/gammu.mo share/locale/cs/LC_MESSAGES/libgammu.mo share/locale/da/LC_MESSAGES/gammu.mo share/locale/da/LC_MESSAGES/libgammu.mo share/locale/de/LC_MESSAGES/gammu.mo share/locale/de/LC_MESSAGES/libgammu.mo share/locale/el/LC_MESSAGES/gammu.mo share/locale/el/LC_MESSAGES/libgammu.mo share/locale/en_GB/LC_MESSAGES/gammu.mo share/locale/en_GB/LC_MESSAGES/libgammu.mo share/locale/es/LC_MESSAGES/gammu.mo share/locale/es/LC_MESSAGES/libgammu.mo share/locale/et/LC_MESSAGES/gammu.mo share/locale/et/LC_MESSAGES/libgammu.mo share/locale/fi/LC_MESSAGES/gammu.mo share/locale/fi/LC_MESSAGES/libgammu.mo share/locale/fr/LC_MESSAGES/gammu.mo share/locale/fr/LC_MESSAGES/libgammu.mo share/locale/gl/LC_MESSAGES/gammu.mo share/locale/gl/LC_MESSAGES/libgammu.mo share/locale/he/LC_MESSAGES/gammu.mo share/locale/he/LC_MESSAGES/libgammu.mo share/locale/hu/LC_MESSAGES/gammu.mo share/locale/hu/LC_MESSAGES/libgammu.mo share/locale/id/LC_MESSAGES/gammu.mo share/locale/id/LC_MESSAGES/libgammu.mo share/locale/it/LC_MESSAGES/gammu.mo share/locale/it/LC_MESSAGES/libgammu.mo share/locale/ko/LC_MESSAGES/gammu.mo share/locale/ko/LC_MESSAGES/libgammu.mo share/locale/nb_NO/LC_MESSAGES/gammu.mo share/locale/nb_NO/LC_MESSAGES/libgammu.mo share/locale/nl/LC_MESSAGES/gammu.mo share/locale/nl/LC_MESSAGES/libgammu.mo share/locale/pl/LC_MESSAGES/gammu.mo share/locale/pl/LC_MESSAGES/libgammu.mo share/locale/pt_BR/LC_MESSAGES/gammu.mo share/locale/pt_BR/LC_MESSAGES/libgammu.mo share/locale/ro/LC_MESSAGES/gammu.mo share/locale/ro/LC_MESSAGES/libgammu.mo share/locale/ru/LC_MESSAGES/gammu.mo share/locale/ru/LC_MESSAGES/libgammu.mo share/locale/sk/LC_MESSAGES/gammu.mo share/locale/sk/LC_MESSAGES/libgammu.mo share/locale/sv/LC_MESSAGES/gammu.mo share/locale/sv/LC_MESSAGES/libgammu.mo share/locale/sw/LC_MESSAGES/gammu.mo share/locale/sw/LC_MESSAGES/libgammu.mo share/locale/tr/LC_MESSAGES/gammu.mo share/locale/tr/LC_MESSAGES/libgammu.mo share/locale/uk/LC_MESSAGES/gammu.mo share/locale/uk/LC_MESSAGES/libgammu.mo share/locale/zh_CN/LC_MESSAGES/gammu.mo share/locale/zh_CN/LC_MESSAGES/libgammu.mo share/locale/zh_TW/LC_MESSAGES/gammu.mo share/locale/zh_TW/LC_MESSAGES/libgammu.mo