diff options
Diffstat (limited to 'ham/xlog/Makefile')
-rw-r--r-- | ham/xlog/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ham/xlog/Makefile b/ham/xlog/Makefile new file mode 100644 index 00000000000..486c985eb7a --- /dev/null +++ b/ham/xlog/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/07/03 00:45:22 wulf Exp $ +# + +DISTNAME= xlog-0.8 +CATEGORIES= ham +MASTER_SITES= http://people.debian.org/~pa3aba/download/ + +MAINTAINER= wulf@netbsd.org +HOMEPAGE= http://people.debian.org/~pa3aba/xlog.html +COMMENT= Amateur Radio logging program + +USE_BUILDLINK2= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes + +CONFIGURE_ARGS= --enable-hamlib + +.include "../../ham/hamlib/buildlink2.mk" +.include "../../x11/gtk/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |