diff options
author | wulf <wulf@pkgsrc.org> | 2003-06-26 22:42:21 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2003-06-26 22:42:21 +0000 |
commit | d5dbe13933f44bab712a91e762800f238b9fc2d3 (patch) | |
tree | 17a51f72c01bafd16f92b255b3bf9518ab17439f /ham/hamlib/Makefile | |
parent | 473e68daf4d2e1eb42791fe506a101772855a6d2 (diff) | |
download | pkgsrc-d5dbe13933f44bab712a91e762800f238b9fc2d3.tar.gz |
Added hamlib-1.1.4: API for digital communications equipment
Diffstat (limited to 'ham/hamlib/Makefile')
-rw-r--r-- | ham/hamlib/Makefile | 17 |
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" |