2010-02-11 23:04:09 +01:00
|
|
|
# $NetBSD: Makefile,v 1.10 2010/02/11 22:04:14 joerg Exp $
|
2003-10-21 22:55:42 +02:00
|
|
|
#
|
2002-03-12 23:19:18 +01:00
|
|
|
|
2007-02-22 20:26:05 +01:00
|
|
|
DISTNAME= latd-1.18
|
2002-03-12 23:19:18 +01:00
|
|
|
CATEGORIES= net
|
2007-02-22 20:26:05 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=linux-decnet/}
|
2002-03-12 23:19:18 +01:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2010-02-11 23:04:09 +01:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2005-11-07 22:33:37 +01:00
|
|
|
NOT_FOR_PLATFORM= Interix-*-* # no direct ethernet support
|
|
|
|
|
2002-03-12 23:19:18 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2006-06-03 02:07:01 +02:00
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
|
2005-02-17 04:00:33 +01:00
|
|
|
CPPFLAGS+= -DPREFIX="\"${PREFIX}\""
|
2003-10-21 22:55:42 +02:00
|
|
|
|
|
|
|
EGDIR= ${PREFIX}/share/examples/latd
|
|
|
|
CONF_FILES= ${EGDIR}/latd.conf ${PKG_SYSCONFDIR}/latd.conf
|
|
|
|
|
2002-03-12 23:19:18 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|