summaryrefslogtreecommitdiff
path: root/ham/tlf/Makefile
diff options
context:
space:
mode:
authorwulf <wulf>2004-09-24 23:39:03 +0000
committerwulf <wulf>2004-09-24 23:39:03 +0000
commitde75bfe5f5fa4bedcecfbf2f5fc8da1d762dcd38 (patch)
tree6b406fb0c01d3e33cb80904b0348a98ca3af132b /ham/tlf/Makefile
parent8336683affa3a51e420288fd3248babf79eb5f51 (diff)
downloadpkgsrc-de75bfe5f5fa4bedcecfbf2f5fc8da1d762dcd38.tar.gz
Initial commit of tlf, an advanced hamradio logging and contest program
Diffstat (limited to 'ham/tlf/Makefile')
-rw-r--r--ham/tlf/Makefile31
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"