dc9594e09d
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
45 lines
1.2 KiB
Makefile
45 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.22 2005/12/29 06:21:58 jlam Exp $
|
|
|
|
DISTNAME= gated-3-5-11
|
|
PKGNAME= gated-3.5.11
|
|
PKGREVISION= 1
|
|
CATEGORIES= net
|
|
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/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.gated.org/
|
|
COMMENT= Routing protocol daemon
|
|
|
|
NOT_FOR_PLATFORM= Interix-*-* # no userland routing table support
|
|
|
|
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}
|
|
|
|
RCD_SCRIPTS= gated
|
|
RCD_SCRIPT_SRC.gated= ${FILESDIR}/gated
|
|
|
|
BUILD_TARGET= gated
|
|
|
|
post-extract:
|
|
@${SED} -e 's#@PREFIX@#${PREFIX}#' <${FILESDIR}/configuration \
|
|
>${WRKSRC}/src/configs/netbsd
|
|
|
|
do-configure:
|
|
cd ${WRKSRC}/src; \
|
|
obj=obj.`util/archtype`; \
|
|
${MKDIR} $$obj; \
|
|
${CP} configs/${LOWER_OPSYS} $$obj/Config; \
|
|
${RM} -f Config
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gated
|
|
cd ${WRKSRC}/doc && ${PAX} -rw -pe . ${PREFIX}/share/doc/gated
|
|
${CHOWN} -R ${SHAREOWN} ${PREFIX}/share/doc/gated
|
|
${CHGRP} -R ${SHAREGRP} ${PREFIX}/share/doc/gated
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|