diff options
Diffstat (limited to 'net/ipv6calc/Makefile')
-rw-r--r-- | net/ipv6calc/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/net/ipv6calc/Makefile b/net/ipv6calc/Makefile new file mode 100644 index 000000000000..55465de8bcc8 --- /dev/null +++ b/net/ipv6calc/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: ipv6calc +# Date created: 30 January 2002 +# Whom: Edwin Groothuis <edwin@mavetju.org> +# +# $FreeBSD$ +# + +PORTNAME= ipv6calc +PORTVERSION= 0.34 +CATEGORIES= net ipv6 +MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/ + +MAINTAINER= edwin@mavetju.org + +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ + gnugetopt.1:${PORTSDIR}/devel/libgnugetopt + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_LIBTOOL= yes + +post-extract: +.for junk in config.h config.log Makefile config.status ipv6calc.h \ + config.cache + @${RM} ${WRKSRC}/${junk} +.endfor + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/ipv6calc ${PREFIX}/bin + +.include <bsd.port.mk> |