7c2c2b708a
0.6.1.3 exported the sms functions and structures to their own header file write is now non-blocking compliant fix for a lost '@' in some sms 0.6.1.2 fixes small typo in code that prevented direct sms sending the port is now opened non-blocking small fix in read_mytty method
34 lines
1.1 KiB
Makefile
34 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.14 2002/06/27 07:36:13 kleink Exp $
|
|
#
|
|
|
|
DISTNAME= scmxx-0.6.1.3
|
|
CATEGORIES= comms
|
|
MASTER_SITES= http://ma2geo.mathematik.uni-karlsruhe.de/~hendrik/scmxx/download/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= kleink@netbsd.org
|
|
HOMEPAGE= http://www.hendrik-sattler.de/scmxx/
|
|
COMMENT= Data exchange utility for Siemens mobile phones
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/scmxx
|
|
${INSTALL_DATA} ${WRKSRC}/docs/doc_sources.txt \
|
|
${PREFIX}/share/doc/scmxx
|
|
${INSTALL_DATA} ${WRKSRC}/docs/greekchars.txt \
|
|
${PREFIX}/share/doc/scmxx
|
|
${INSTALL_DATA} ${WRKSRC}/docs/gsmcharset.txt \
|
|
${PREFIX}/share/doc/scmxx
|
|
${INSTALL_DATA} ${WRKSRC}/docs/specialchars.txt \
|
|
${PREFIX}/share/doc/scmxx
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/scmxx
|
|
${INSTALL_DATA} ${WRKSRC}/examples/phonebook \
|
|
${PREFIX}/share/examples/scmxx
|
|
${INSTALL_DATA} ${WRKSRC}/examples/sms \
|
|
${PREFIX}/share/examples/scmxx
|
|
${INSTALL_DATA} ${WRKSRC}/examples/vCalendar \
|
|
${PREFIX}/share/examples/scmxx
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|