blob: 3f6fd3ab4d5a44b7de0c00d5f7e910f863591654 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.26 2004/11/23 21:34:25 hubertf Exp $
#
DISTNAME= ipv6calc-0.48
CATEGORIES= net
MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/
MAINTAINER= hubertf@NetBSD.org
HOMEPAGE= http://www.bieringer.de/linux/IPv6/ipv6calc/
COMMENT= Manipulates IPv6 addresses
# This package does not set or evaluate USE_INET6, but it should still
# be listed in README-IPv6.html. Leave this comment here to make it so!
GNU_CONFIGURE= YES
USE_BUILDLINK3= YES
USE_GNU_TOOLS+= make
MAKE_ENV+= root=${PREFIX}
INSTALL_TARGET= installonly
.include "../../mk/bsd.pkg.mk"
|