summaryrefslogtreecommitdiff
path: root/ham/hamlib/Makefile
diff options
context:
space:
mode:
authorwulf <wulf@pkgsrc.org>2003-06-26 22:42:21 +0000
committerwulf <wulf@pkgsrc.org>2003-06-26 22:42:21 +0000
commitd5dbe13933f44bab712a91e762800f238b9fc2d3 (patch)
tree17a51f72c01bafd16f92b255b3bf9518ab17439f /ham/hamlib/Makefile
parent473e68daf4d2e1eb42791fe506a101772855a6d2 (diff)
downloadpkgsrc-d5dbe13933f44bab712a91e762800f238b9fc2d3.tar.gz
Added hamlib-1.1.4: API for digital communications equipment
Diffstat (limited to 'ham/hamlib/Makefile')
-rw-r--r--ham/hamlib/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/ham/hamlib/Makefile b/ham/hamlib/Makefile
new file mode 100644
index 00000000000..9805e63266c
--- /dev/null
+++ b/ham/hamlib/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/06/26 22:42:23 wulf Exp $
+#
+
+DISTNAME= hamlib-1.1.4
+CATEGORIES= ham
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hamlib/}
+
+MAINTAINER= wulf@netbsd.org
+HOMEPAGE= http://hamlib.sourceforge/net/
+COMMENT= API for digital communications equipment
+
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+LIBTOOL_OVERRIDE=${WRKSRC}/libtool
+
+.include "../../mk/bsd.pkg.mk"