1998-06-06 10:34:25 +00:00
|
|
|
# New ports collection makefile for: gtar
|
|
|
|
# Date created: Sa 6 Jun 1998 10:24:51 CEST
|
|
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
|
|
|
#
|
1999-08-31 02:00:46 +00:00
|
|
|
# $FreeBSD$
|
1998-06-06 10:34:25 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 19:09:11 +00:00
|
|
|
PORTNAME= tar
|
2000-10-01 09:39:19 +00:00
|
|
|
PORTVERSION= 1.13.17
|
1998-06-06 10:34:25 +00:00
|
|
|
CATEGORIES= sysutils
|
2000-10-01 09:39:19 +00:00
|
|
|
MASTER_SITES= ftp://alpha.gnu.org/gnu/tar/ \
|
|
|
|
ftp://ftp.sunsite.org.uk/Mirrors/alpha.gnu.org/gnu/tar/ \
|
|
|
|
ftp://ftp.funet.fi/pub/mirrors/alpha.gnu.org/gnu/tar/
|
1998-06-06 10:34:25 +00:00
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= andreas@FreeBSD.org
|
1998-06-06 10:34:25 +00:00
|
|
|
|
2000-10-01 09:39:19 +00:00
|
|
|
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
|
|
|
|
|
1998-06-06 10:34:25 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2000-10-01 09:39:19 +00:00
|
|
|
CONFIGURE_ARGS= --program-prefix=g
|
|
|
|
CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include' \
|
|
|
|
LDFLAGS='-L${LOCALBASE}/lib' \
|
|
|
|
DEFAULT_ARCHIVE='/dev/rsa0'
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
@rm -f ${WRKSRC}/doc/tar.info*
|
1998-06-06 10:34:25 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|