pkgsrc/comms/scmxx/Makefile
kleink fd99bf2377 Update to scmxx-0.6.1.6; changes include:
0.6.1.6
    fixed a bug in the info() method that strangely only showed up in cygwin
    added flose to close the opened file handle
    added method that shows network status, area code and cell id
2002-10-22 15:33:10 +00:00

34 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.18 2002/10/22 15:33:10 kleink Exp $
#
DISTNAME= scmxx-0.6.1.6
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"