Annotation of pkgsrc/net/latd/Makefile, revision 1.12
1.12 ! shattere 1: # $NetBSD: Makefile,v 1.11 2012/10/23 17:18:32 asau Exp $
1.2 xtraeme 2: #
1.1 fredette 3:
1.12 ! shattere 4: DISTNAME= latd-1.21
1.1 fredette 5: CATEGORIES= net
1.9 wiz 6: MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=linux-decnet/}
1.1 fredette 7:
8: MAINTAINER= [email protected]
9: HOMEPAGE= http://theory.lcs.mit.edu/~fredette/latd/index.html
10: COMMENT= The linux-decnet project's LAT protocol suite
11:
1.6 tv 12: NOT_FOR_PLATFORM= Interix-*-* # no direct ethernet support
13:
1.1 fredette 14: GNU_CONFIGURE= yes
1.2 xtraeme 15:
1.8 joerg 16: USE_LANGUAGES= c c++
17:
1.4 uebayasi 18: CPPFLAGS+= -DPREFIX="\"${PREFIX}\""
1.2 xtraeme 19:
20: EGDIR= ${PREFIX}/share/examples/latd
1.12 ! shattere 21: CONF_FILES= ${EGDIR}/latd.conf.sample ${PKG_SYSCONFDIR}/latd.conf
1.1 fredette 22:
23: .include "../../mk/bsd.pkg.mk"
CVSweb <[email protected]>