1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/comms/smstools3/pkg-plist
Guido Falsi 09d358dd31 - Convert to staging
- Convert to USES
- Use shebangfix where necessary
- Move most @exec/@unexec commands from plist to pkg-install/pkg-deinstall
  scripts
- Make rclint somewhat happier
- Convert to new LIB_DEPENDS format
- Strip binaries
- Take maintainership
2013-10-22 14:54:01 +00:00

32 lines
804 B
Plaintext

bin/smsd
bin/sendsms
bin/sms2html
bin/sms2unicode
bin/unicode2sms
%%DATADIR%%/callhandler
%%DATADIR%%/checkhandler-utf-8
%%DATADIR%%/email2sms
%%DATADIR%%/eventhandler-utf-8
%%DATADIR%%/eventhandler_report
%%DATADIR%%/forwardsms
%%DATADIR%%/hex2bin
%%DATADIR%%/hex2dec
%%DATADIR%%/load_balancing.sh
%%DATADIR%%/mysmsd
%%DATADIR%%/pkill
%%DATADIR%%/regular_run
%%DATADIR%%/sendsms
%%DATADIR%%/sms3
%%DATADIR%%/sms2html
%%DATADIR%%/sms2unicode
%%DATADIR%%/sms2xml
%%DATADIR%%/smsevent
%%DATADIR%%/smsresend
%%DATADIR%%/smstest.php
%%DATADIR%%/sql_demo
%%DATADIR%%/unicode2sms
@unexec if [ -f %D/etc/smsd.conf ] && cmp -s %D/etc/smsd.conf %D/etc/smsd.conf.sample; then rm -f %D/etc/smsd.conf; fi
etc/smsd.conf.sample
@exec if [ ! -f %D/etc/smsd.conf ] ; then cp -p %D/%F %B/smsd.conf; fi
@dirrm %%DATADIR%%