a19083df44
C++14 default language.
23 lines
591 B
Makefile
23 lines
591 B
Makefile
# $NetBSD: Makefile,v 1.14 2018/07/18 00:06:22 joerg 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++03
|
|
|
|
CPPFLAGS+= -DPREFIX="\"${PREFIX}\""
|
|
|
|
EGDIR= ${PREFIX}/share/examples/latd
|
|
CONF_FILES= ${EGDIR}/latd.conf.sample ${PKG_SYSCONFDIR}/latd.conf
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|