diff options
author | wulf <wulf@pkgsrc.org> | 2004-09-24 23:39:03 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2004-09-24 23:39:03 +0000 |
commit | 5254a56e9235f8162a39a7bdd54b3850254dbc31 (patch) | |
tree | 6b406fb0c01d3e33cb80904b0348a98ca3af132b /ham/tlf/Makefile | |
parent | b63370d38eb6c3a0506018c95881db9537b414e8 (diff) | |
download | pkgsrc-5254a56e9235f8162a39a7bdd54b3850254dbc31.tar.gz |
Initial commit of tlf, an advanced hamradio logging and contest program
Diffstat (limited to 'ham/tlf/Makefile')
-rw-r--r-- | ham/tlf/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/ham/tlf/Makefile b/ham/tlf/Makefile new file mode 100644 index 00000000000..f923dcab6a1 --- /dev/null +++ b/ham/tlf/Makefile @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/09/24 23:39:03 wulf Exp $ +# + +DISTNAME= tlf-0.9.20 +CATEGORIES= ham +MASTER_SITES= http://sharon.pi8zaa.ampr.org/pub/linux/ham/tlf/ + +MAINTAINER= wulf@NetBSD.org +HOMEPAGE= http://home.iae.nl/users/reinc/TLF-0.2.html +COMMENT= Advanced hamradio logging and contest program + +USE_NCURSES= yes +USE_BUILDLINK3= yes +USE_GNU_TOOLS+= make +GNU_CONFIGURE= yes +BUILD_USES_MSGFMT=yes + +CONFIGURE_ARGS= --enable-hamlib + +post-patch: + ${ECHO} SC_DEVICE=/dev/tty00 >> ${WRKSRC}/share/logcfg.dat + +.include "../../mk/bsd.prefs.mk" + +LIBS+= ${LIBOSSAUDIO} + +.include "../../mk/curses.buildlink3.mk" +.include "../../mk/ossaudio.buildlink3.mk" +.include "../../ham/hamlib/buildlink3.mk" +.include "../../devel/ncurses/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |