88e02ac154
0.19: Peter Bieringer <pb@bieringer.de> Extend "TODO" list Print also info on "-?" Fixes in spec file, see changelog at the end of that file Add "COPYING" and "INSTALLING" Add "installonly" on "Makefile" to support changes in spec file 0.18: Peter Bieringer <pb@bieringer.de> Add "make test" after "make" in spec file to stop build process, if compiling do not result in working code Add samplecode directory 0.17: Peter Bieringer <pb@bieringer.de> Fix "addr_to_ip6int" (sprintf) Minor reviews
23 lines
622 B
Makefile
23 lines
622 B
Makefile
# $NetBSD: Makefile,v 1.6 2001/03/22 12:14:04 hubertf Exp $
|
|
#
|
|
|
|
DISTNAME= ipv6calc-0.19
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/
|
|
|
|
MAINTAINER= hubertf@netbsd.org
|
|
HOMEPAGE= http://www.bieringer.de/linux/IPv6/tools/index.html#ipv6calc
|
|
COMMENT= Manipulates IPv6 adresses
|
|
|
|
USE_GMAKE= yes
|
|
ALL_TARGET= ipv6calc
|
|
|
|
# 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!
|
|
|
|
MAKE_ENV+= CC="${CC} -D_NETINET_IN_H"
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/ipv6calc ${PREFIX}/bin
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|