aboutsummaryrefslogtreecommitdiff
path: root/comms/gsmlib
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2011-07-01 09:20:08 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2011-07-01 09:20:08 +0000
commitcd061f010a238f924109f89e7cfdb19f958dfff8 (patch)
tree1a40548af29fa7a5ba9e8dc4d2c403cb92c797a1 /comms/gsmlib
parent366c76b653c34a228560aef549585a9db6f5ce5f (diff)
downloadports-cd061f010a238f924109f89e7cfdb19f958dfff8.tar.gz
ports-cd061f010a238f924109f89e7cfdb19f958dfff8.zip
Notes
Diffstat (limited to 'comms/gsmlib')
-rw-r--r--comms/gsmlib/Makefile16
-rw-r--r--comms/gsmlib/distinfo4
2 files changed, 10 insertions, 10 deletions
diff --git a/comms/gsmlib/Makefile b/comms/gsmlib/Makefile
index 53d083ef4043..05b74969630c 100644
--- a/comms/gsmlib/Makefile
+++ b/comms/gsmlib/Makefile
@@ -10,27 +10,27 @@ PORTNAME= gsmlib
PORTVERSION= 1.10
PORTREVISION= 5
CATEGORIES= comms
-MASTER_SITES= http://www.pxh.de/fs/gsmlib/download/
+MASTER_SITES= DEBIAN
+#TODO: examine the Debian patches, and changes in the Mandrake
+#gsmlib-1.11-0.2mdv2007.0.src.rpm, for use in this port
+DISTFILES= gsmlib_1.10.orig.tar.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= A library to access GSM mobile phones through GSM modems
-DEPRECATED= Look like an abandonware, no more public distfile
-EXPIRATION_DATE= 2011-08-01
-
USE_GNOME= gnometarget lthack
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
USE_LDCONFIG= yes
MAN1= gsmctl.1 gsmpb.1 gsmsendsms.1 gsmsmsstore.1
MAN7= gsminfo.7
MAN8= gsmsmsd.8
-CPPFLAGS= -I${LOCALBASE}/include -DBROKEN_STRFTIME -DHAVE_DECL_GETOPT \
- ${PTHREAD_CFLAGS}
-LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+CPPFLAGS+= -I${LOCALBASE}/include -DBROKEN_STRFTIME -DHAVE_DECL_GETOPT \
+ ${PTHREAD_CFLAGS}
+LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+= --disable-nls
diff --git a/comms/gsmlib/distinfo b/comms/gsmlib/distinfo
index 1935cabd2788..febd2a8954f6 100644
--- a/comms/gsmlib/distinfo
+++ b/comms/gsmlib/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gsmlib-1.10.tar.gz) = 66338252c63f83feea62f97ad8e6b818632c248ca5337619cf24072a84121a51
-SIZE (gsmlib-1.10.tar.gz) = 474591
+SHA256 (gsmlib_1.10.orig.tar.gz) = 66338252c63f83feea62f97ad8e6b818632c248ca5337619cf24072a84121a51
+SIZE (gsmlib_1.10.orig.tar.gz) = 474591