2006-01-19 02:46:56 +01:00
|
|
|
# $NetBSD: Makefile,v 1.9 2006/01/19 01:46:56 joerg Exp $
|
2003-08-23 15:30:35 +02:00
|
|
|
#
|
|
|
|
|
2005-05-31 00:49:42 +02:00
|
|
|
DISTNAME= hf6to4-1.3
|
2003-08-23 15:30:35 +02:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= # empty
|
|
|
|
DISTFILES= # empty
|
|
|
|
|
|
|
|
MAINTAINER= hubertf@NetBSD.org
|
|
|
|
HOMEPAGE= http://www.NetBSD.org/packages/net/hf6to4/files/hf6to4.html
|
|
|
|
COMMENT= Enables 6to4 IPv6 automatic tunnels
|
|
|
|
|
2004-01-20 13:18:15 +01:00
|
|
|
WRKSRC= ${WRKDIR}
|
2003-08-23 15:30:35 +02:00
|
|
|
|
2005-03-15 14:26:07 +01:00
|
|
|
NOT_FOR_PLATFORM+= Interix-*-* # no IPv6 support or ifconfig command
|
|
|
|
|
2003-08-23 15:30:35 +02:00
|
|
|
# This pkg doesn't regard USE_INET6 (leave this comment for README-IPv6.html!)
|
|
|
|
EXTRACT_ONLY= # empty
|
|
|
|
NO_CHECKSUM= yes
|
|
|
|
NO_CONFIGURE= yes
|
2006-01-19 02:46:56 +01:00
|
|
|
NO_BUILD= yes
|
2003-08-23 15:30:35 +02:00
|
|
|
|
|
|
|
CONF_FILES+= ${PREFIX}/share/examples/hf6to4/hf6to4.conf ${PKG_SYSCONFDIR}/hf6to4.conf
|
|
|
|
|
2005-06-17 05:50:19 +02:00
|
|
|
INSTALLATION_DIRS= man/man8 sbin
|
|
|
|
|
2006-01-19 02:46:56 +01:00
|
|
|
SUBST_CLASSES+= paths
|
|
|
|
SUBST_FILES.paths= hf6to4
|
|
|
|
SUBST_SED.paths+= -e 's,@PKG_SYSCONFDIR@,${PKG_SYSCONFDIR},g'
|
|
|
|
SUBST_SED.paths+= -e 's,@SH@,${SH},g'
|
|
|
|
SUBST_STAGE.paths= post-patch
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
${CP} ${FILESDIR}/hf6to4 ${WRKSRC}/hf6to4
|
2003-08-23 15:30:35 +02:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/hf6to4
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/hf6to4 ${PREFIX}/sbin/hf6to4
|
|
|
|
${INSTALL_MAN} ${FILESDIR}/hf6to4.8 ${PREFIX}/man/man8
|
|
|
|
${INSTALL_DATA} ${FILESDIR}/hf6to4.html ${PREFIX}/share/doc/hf6to4.html
|
|
|
|
${INSTALL_DATA} ${FILESDIR}/hf6to4.conf ${PREFIX}/share/examples/hf6to4
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|