aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6calc/Makefile
blob: 585a0fe3c0bf91e8e79175a9a9cecdc5f1c25a68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:    ipv6calc
# Date created:             30 January 2002
# Whom:             Edwin Groothuis <edwin@mavetju.org>
#
# $FreeBSD$
#

PORTNAME=   ipv6calc
PORTVERSION=    0.38
PORTREVISION=   1
CATEGORIES= net ipv6
MASTER_SITES=   ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/

MAINTAINER= edwin@mavetju.org

LIB_DEPENDS=    intl.2:${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>