pkgsrc/net/latd/Makefile
shattered 10e8e43f34 Update to 1.21. Changes:
- Fix memory leak caused by latcp -d & llogin -d
- Loads of protocol fixes and speed enhancements
  NOTE: There are known problems with DECserver 90L terminal servers
- Add better support for DS90L servers reverse LAT
- Fix REQID message in moprc so it works with more servers.
2013-10-08 19:46:15 +00:00

23 lines
592 B
Makefile

# $NetBSD: Makefile,v 1.12 2013/10/08 19:46:15 shattered Exp $
#
DISTNAME= latd-1.21
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=linux-decnet/}
MAINTAINER= fredette@theory.lcs.mit.edu
HOMEPAGE= http://theory.lcs.mit.edu/~fredette/latd/index.html
COMMENT= The linux-decnet project's LAT protocol suite
NOT_FOR_PLATFORM= Interix-*-* # no direct ethernet support
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
CPPFLAGS+= -DPREFIX="\"${PREFIX}\""
EGDIR= ${PREFIX}/share/examples/latd
CONF_FILES= ${EGDIR}/latd.conf.sample ${PKG_SYSCONFDIR}/latd.conf
.include "../../mk/bsd.pkg.mk"