summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-18 08:31:15 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-18 08:31:15 +0000
commit473921fb71e4e110ffce98c10ac56a8e989611e7 (patch)
treecfb2c402a1f6f86755b0c3223483515a175a1ec3 /comms
parentUpgrade to v2.4. (diff)
add scmxx 0.6.1.5
Data exchange utility for Siemens mobile phones PR: 39707 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Notes
Notes: svn path=/head/; revision=66562
Diffstat (limited to 'comms')
-rw-r--r--comms/Makefile1
-rw-r--r--comms/scmxx/Makefile35
-rw-r--r--comms/scmxx/distinfo1
-rw-r--r--comms/scmxx/files/patch-Makefile.in21
-rw-r--r--comms/scmxx/pkg-comment1
-rw-r--r--comms/scmxx/pkg-descr6
-rw-r--r--comms/scmxx/pkg-plist11
7 files changed, 76 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile
index 741e5e80a8e6..6dd852b2d2a9 100644
--- a/comms/Makefile
+++ b/comms/Makefile
@@ -35,6 +35,7 @@
SUBDIR += qico
SUBDIR += qpage
SUBDIR += ruby-termios
+ SUBDIR += scmxx
SUBDIR += scud
SUBDIR += seyon
SUBDIR += sms_client
diff --git a/comms/scmxx/Makefile b/comms/scmxx/Makefile
new file mode 100644
index 000000000000..d55e81509601
--- /dev/null
+++ b/comms/scmxx/Makefile
@@ -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>
diff --git a/comms/scmxx/distinfo b/comms/scmxx/distinfo
new file mode 100644
index 000000000000..bc6bd904ae5e
--- /dev/null
+++ b/comms/scmxx/distinfo
@@ -0,0 +1 @@
+MD5 (scmxx-0.6.1.5.tar.bz2) = 5f90f1d8e0ef77624eeb42278c0365ad
diff --git a/comms/scmxx/files/patch-Makefile.in b/comms/scmxx/files/patch-Makefile.in
new file mode 100644
index 000000000000..241d014d3ed9
--- /dev/null
+++ b/comms/scmxx/files/patch-Makefile.in
@@ -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`
diff --git a/comms/scmxx/pkg-comment b/comms/scmxx/pkg-comment
new file mode 100644
index 000000000000..e034cd4756ea
--- /dev/null
+++ b/comms/scmxx/pkg-comment
@@ -0,0 +1 @@
+Data exchange utility for Siemens mobile phones
diff --git a/comms/scmxx/pkg-descr b/comms/scmxx/pkg-descr
new file mode 100644
index 000000000000..99bb216eea36
--- /dev/null
+++ b/comms/scmxx/pkg-descr
@@ -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/
diff --git a/comms/scmxx/pkg-plist b/comms/scmxx/pkg-plist
new file mode 100644
index 000000000000..84b99bdda954
--- /dev/null
+++ b/comms/scmxx/pkg-plist
@@ -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