mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
add scmxx 0.6.1.5
Data exchange utility for Siemens mobile phones PR: 39707 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
This commit is contained in:
parent
752f2f8b00
commit
473921fb71
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66562
@ -35,6 +35,7 @@
|
||||
SUBDIR += qico
|
||||
SUBDIR += qpage
|
||||
SUBDIR += ruby-termios
|
||||
SUBDIR += scmxx
|
||||
SUBDIR += scud
|
||||
SUBDIR += seyon
|
||||
SUBDIR += sms_client
|
||||
|
35
comms/scmxx/Makefile
Normal file
35
comms/scmxx/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# New ports collection makefile for: scmxx
|
||||
# Date created: 21.03.2002
|
||||
# Whom: Janos.Mohacsi@bsd.hu
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= scmxx
|
||||
PORTVERSION= 0.6.1.5
|
||||
CATEGORIES= comms
|
||||
MASTER_SITES= http://ma2geo.mathematik.uni-karlsruhe.de/~hendrik/scmxx/download/
|
||||
|
||||
MAINTAINER= janos.mohacsi@bsd.hu
|
||||
|
||||
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
|
||||
USE_GMAKE= yes
|
||||
|
||||
MAN1= scmxx.1
|
||||
|
||||
.ifndef(NOPORTDOCS)
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/*.txt ${DOCSDIR}
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
.for file in phonebook sms vCalendar
|
||||
${INSTALL_DATA} ${WRKSRC}/examples/${file} ${EXAMPLESDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
comms/scmxx/distinfo
Normal file
1
comms/scmxx/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (scmxx-0.6.1.5.tar.bz2) = 5f90f1d8e0ef77624eeb42278c0365ad
|
21
comms/scmxx/files/patch-Makefile.in
Normal file
21
comms/scmxx/files/patch-Makefile.in
Normal file
@ -0,0 +1,21 @@
|
||||
*** Makefile.in.orig Sun May 26 16:04:19 2002
|
||||
--- Makefile.in Wed May 29 15:14:31 2002
|
||||
***************
|
||||
*** 5,12 ****
|
||||
bindir=@bindir@
|
||||
mandir=@mandir@
|
||||
|
||||
! COMPILER=@CC@
|
||||
! CFLAGS= @CCADD@
|
||||
LDFLAGS=@LDADD@
|
||||
INSTALL=@INSTALL@
|
||||
VERSION=`cat VERSION`
|
||||
--- 5,12 ----
|
||||
bindir=@bindir@
|
||||
mandir=@mandir@
|
||||
|
||||
! COMPILER=@CC@
|
||||
! CFLAGS= @CCADD@ -I${LOCALBASE}/include
|
||||
LDFLAGS=@LDADD@
|
||||
INSTALL=@INSTALL@
|
||||
VERSION=`cat VERSION`
|
1
comms/scmxx/pkg-comment
Normal file
1
comms/scmxx/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Data exchange utility for Siemens mobile phones
|
6
comms/scmxx/pkg-descr
Normal file
6
comms/scmxx/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
SCMxx is a data exchange utility for certain Siemens mobile phone models.
|
||||
Data types handled include logo bitmaps, MIDI files, vCalendars,
|
||||
address books, phonebook entries and SMS. Support for phones includes the
|
||||
S25, C35i, S35i, M35i, C45, S45, ME45 and SL45 models.
|
||||
|
||||
WWW: http://www.hendrik-sattler.de/scmxx/
|
11
comms/scmxx/pkg-plist
Normal file
11
comms/scmxx/pkg-plist
Normal file
@ -0,0 +1,11 @@
|
||||
bin/scmxx
|
||||
%%PORTDOCS%%share/doc/scmxx/README
|
||||
%%PORTDOCS%%share/doc/scmxx/greekchars.txt
|
||||
%%PORTDOCS%%share/doc/scmxx/gsmcharset.txt
|
||||
%%PORTDOCS%%share/doc/scmxx/specialchars.txt
|
||||
%%PORTDOCS%%share/doc/scmxx/doc_sources.txt
|
||||
%%PORTDOCS%%share/examples/scmxx/phonebook
|
||||
%%PORTDOCS%%share/examples/scmxx/sms
|
||||
%%PORTDOCS%%share/examples/scmxx/vCalendar
|
||||
%%PORTDOCS%%@dirrm share/doc/scmxx
|
||||
%%PORTDOCS%%@dirrm share/examples/scmxx
|
Loading…
Reference in New Issue
Block a user