2005-12-29 07:21:30 +01:00
|
|
|
# $NetBSD: Makefile,v 1.22 2005/12/29 06:21:58 jlam Exp $
|
1998-06-26 02:21:03 +02:00
|
|
|
|
1999-07-06 08:35:46 +02:00
|
|
|
DISTNAME= gated-3-5-11
|
|
|
|
PKGNAME= gated-3.5.11
|
2004-12-28 03:47:40 +01:00
|
|
|
PKGREVISION= 1
|
1998-06-26 02:21:03 +02:00
|
|
|
CATEGORIES= net
|
2003-06-18 21:40:27 +02:00
|
|
|
MASTER_SITES= http://ftp.rge.com/pub/networking/gated/ \
|
|
|
|
http://www.zcu.cz/ftp/pub/security/merit/gated/ \
|
|
|
|
http://www.funet.fi/pub/unix/tcpip/gated/
|
1998-06-26 02:21:03 +02:00
|
|
|
|
2003-07-18 00:50:55 +02:00
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
1998-08-20 17:16:34 +02:00
|
|
|
HOMEPAGE= http://www.gated.org/
|
2001-02-17 18:52:59 +01:00
|
|
|
COMMENT= Routing protocol daemon
|
1998-06-26 02:21:03 +02:00
|
|
|
|
2005-11-08 15:10:40 +01:00
|
|
|
NOT_FOR_PLATFORM= Interix-*-* # no userland routing table support
|
|
|
|
|
2000-08-19 00:46:29 +02:00
|
|
|
RESTRICTED= "Required license from Merit"
|
|
|
|
NO_SRC_ON_FTP= ${RESTRICTED}
|
|
|
|
NO_SRC_ON_CDROM= ${RESTRICTED}
|
|
|
|
NO_BIN_ON_FTP= ${RESTRICTED}
|
|
|
|
NO_BIN_ON_CDROM= ${RESTRICTED}
|
1998-07-02 23:44:57 +02:00
|
|
|
|
2004-07-10 23:00:00 +02:00
|
|
|
RCD_SCRIPTS= gated
|
|
|
|
RCD_SCRIPT_SRC.gated= ${FILESDIR}/gated
|
|
|
|
|
2004-12-03 16:14:50 +01:00
|
|
|
BUILD_TARGET= gated
|
1998-07-02 23:23:44 +02:00
|
|
|
|
|
|
|
post-extract:
|
|
|
|
@${SED} -e 's#@PREFIX@#${PREFIX}#' <${FILESDIR}/configuration \
|
|
|
|
>${WRKSRC}/src/configs/netbsd
|
1998-06-26 02:21:03 +02:00
|
|
|
|
2001-10-25 22:16:53 +02:00
|
|
|
do-configure:
|
|
|
|
cd ${WRKSRC}/src; \
|
|
|
|
obj=obj.`util/archtype`; \
|
|
|
|
${MKDIR} $$obj; \
|
|
|
|
${CP} configs/${LOWER_OPSYS} $$obj/Config; \
|
|
|
|
${RM} -f Config
|
|
|
|
|
1999-11-19 14:23:51 +01:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gated
|
2003-04-10 03:28:03 +02:00
|
|
|
cd ${WRKSRC}/doc && ${PAX} -rw -pe . ${PREFIX}/share/doc/gated
|
1999-11-19 14:23:51 +01:00
|
|
|
${CHOWN} -R ${SHAREOWN} ${PREFIX}/share/doc/gated
|
|
|
|
${CHGRP} -R ${SHAREGRP} ${PREFIX}/share/doc/gated
|
|
|
|
|
1998-06-26 02:21:03 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|