2006-08-13 21:39:24 +02:00
|
|
|
# Ports collection makefile for: miredo
|
|
|
|
# Date created: 2006-08-12
|
|
|
|
# Whom: Andreas Kohn <andreas@syndrom23.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= miredo
|
2007-04-26 22:08:18 +02:00
|
|
|
PORTVERSION= 1.0.6
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 1
|
2006-08-13 21:39:24 +02:00
|
|
|
CATEGORIES= net ipv6
|
2007-10-08 11:33:46 +02:00
|
|
|
MASTER_SITES= http://www.remlab.net/files/miredo/archive/
|
2006-08-13 21:39:24 +02:00
|
|
|
|
2007-10-08 11:33:46 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-08-13 21:39:24 +02:00
|
|
|
COMMENT= Opensource Teredo (IPv6 tunneling) implementation
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
MAN1= teredo-mire.1
|
|
|
|
MAN5= miredo-server.conf.5 miredo.conf.5 isatapd.conf.5
|
|
|
|
MAN8= miredo-server.8 miredo.8 isatapd.8 miredo-checkconf.8
|
|
|
|
USE_RC_SUBR= miredo_server miredo isatapd
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_NLS)
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_ICONV= yes
|
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
CFLAGS="${PTHREAD_CFLAGS}" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
|
|
|
CONFIGURE_ARGS+= --enable-nls
|
|
|
|
PLIST_SUB= NLS=""
|
|
|
|
.else
|
|
|
|
CONFIGURE_ENV+= LDFLAGS="${PTHREAD_LIBS}"
|
|
|
|
CONFIGURE_ARGS+= --disable-nls
|
|
|
|
PLIST_SUB= NLS="@comment "
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2006-09-11 09:52:13 +02:00
|
|
|
.if ${ARCH} == sparc64
|
|
|
|
BROKEN= Does not compile on sparc64
|
|
|
|
.endif
|
|
|
|
|
2006-08-13 21:39:24 +02:00
|
|
|
.include <bsd.port.post.mk>
|