9210b7cb07
Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
32 lines
669 B
Makefile
32 lines
669 B
Makefile
# New ports collection makefile for: ipv6calc
|
|
# Date created: 30 January 2002
|
|
# Whom: Edwin Groothuis <edwin@mavetju.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ipv6calc
|
|
PORTVERSION= 0.38
|
|
CATEGORIES= net ipv6
|
|
MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/
|
|
|
|
MAINTAINER= edwin@mavetju.org
|
|
|
|
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old \
|
|
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>
|