diff options
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" |