summaryrefslogtreecommitdiff
path: root/comms/gsmlib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/gsmlib/Makefile')
-rw-r--r--comms/gsmlib/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/comms/gsmlib/Makefile b/comms/gsmlib/Makefile
new file mode 100644
index 00000000000..7995b98e590
--- /dev/null
+++ b/comms/gsmlib/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/06/17 11:29:58 grant Exp $
+#
+
+DISTNAME= gsmlib-1.9
+CATEGORIES= comms devel
+MASTER_SITES= http://www.pxh.de/fs/gsmlib/download/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.pxh.de/fs/gsmlib/
+COMMENT= Library to access GSM mobile phones through GSM modems or IrDA devices
+
+ONLY_FOR_PLATFORM= NetBSD-1.[6-9]*
+
+BUILD_USES_MSGFMT= yes
+
+USE_GMAKE= YES
+USE_BUILDLINK_ONLY= YES
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS+= --without-included-gettext
+CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
+
+.include "../../devel/gettext-lib/buildlink.mk"
+.include "../../devel/pth/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"