blob: 51633b22b637df338f6721e4b52b53e35217c276 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# $NetBSD: Makefile,v 1.10 2010/02/11 22:04:14 joerg Exp $
#
DISTNAME= latd-1.18
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
PKG_DESTDIR_SUPPORT= user-destdir
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 ${PKG_SYSCONFDIR}/latd.conf
.include "../../mk/bsd.pkg.mk"
|