- Use new LIB_DEPENDS syntax
- Convert USE_XZ to USES - Stagify - Switch to USES=libtool, drop .la files Approved by: portmgr blanket
This commit is contained in:
parent
024b826897
commit
9f62cf51ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360557
2 changed files with 12 additions and 10 deletions
|
@ -3,16 +3,16 @@
|
|||
|
||||
PORTNAME= miredo
|
||||
PORTVERSION= 1.2.6
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= http://www.remlab.net/files/miredo/archive/
|
||||
|
||||
MAINTAINER= sumikawa@FreeBSD.org
|
||||
COMMENT= Opensource Teredo (IPv6 tunneling) implementation
|
||||
|
||||
LIB_DEPENDS= Judy.1:${PORTSDIR}/devel/judy
|
||||
LIB_DEPENDS= libJudy.so:${PORTSDIR}/devel/judy
|
||||
|
||||
USE_XZ= yes
|
||||
USES= libtool tar:xz
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --localstatedir=/var --enable-examplesdir=$(EXAMPLESDIR)
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -20,14 +20,10 @@ USE_LDCONFIG= yes
|
|||
OPTIONS_DEFINE= POLICYTABLE NLS
|
||||
POLICYTABLE_DESC= Install policy table to support teredo
|
||||
|
||||
MAN1= teredo-mire.1
|
||||
MAN5= miredo-server.conf.5 miredo.conf.5
|
||||
MAN8= miredo-server.8 miredo.8 miredo-checkconf.8
|
||||
USE_RC_SUBR= miredo-server miredo
|
||||
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
|
|
|
@ -3,14 +3,20 @@ libexec/miredo/miredo-privproc
|
|||
sbin/miredo
|
||||
sbin/miredo-server
|
||||
sbin/miredo-checkconf
|
||||
lib/libteredo.so.5.0.0
|
||||
lib/libteredo.so.5
|
||||
lib/libteredo.a
|
||||
lib/libteredo.la
|
||||
lib/libteredo.so
|
||||
lib/libtun6.so.1
|
||||
lib/libtun6.so.0.1.1
|
||||
lib/libtun6.so.0
|
||||
lib/libtun6.a
|
||||
lib/libtun6.la
|
||||
lib/libtun6.so
|
||||
man/man1/teredo-mire.1.gz
|
||||
man/man5/miredo-server.conf.5.gz
|
||||
man/man5/miredo.conf.5.gz
|
||||
man/man8/miredo-checkconf.8.gz
|
||||
man/man8/miredo-server.8.gz
|
||||
man/man8/miredo.8.gz
|
||||
include/libteredo/teredo.h
|
||||
include/libteredo/teredo-udp.h
|
||||
include/libteredo/tunnel.h
|
||||
|
|
Loading…
Reference in a new issue