1998-06-06 12:34:25 +02: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 04:00:46 +02:00
|
|
|
# $FreeBSD$
|
1998-06-06 12:34:25 +02:00
|
|
|
#
|
|
|
|
|
2000-04-09 21:09:11 +02:00
|
|
|
PORTNAME= tar
|
2001-11-05 17:08:33 +01:00
|
|
|
PORTVERSION= 1.13.25
|
2003-08-26 22:25:58 +02:00
|
|
|
PORTREVISION= 7
|
2001-02-08 18:31:26 +01:00
|
|
|
CATEGORIES= archivers sysutils
|
2000-10-01 11:39:19 +02:00
|
|
|
MASTER_SITES= ftp://alpha.gnu.org/gnu/tar/ \
|
|
|
|
ftp://ftp.funet.fi/pub/mirrors/alpha.gnu.org/gnu/tar/
|
2001-11-04 19:45:26 +01:00
|
|
|
PKGNAMEPREFIX= g
|
1998-06-06 12:34:25 +02:00
|
|
|
|
2001-11-03 23:22:34 +01:00
|
|
|
MAINTAINER= naddy@FreeBSD.org
|
2003-02-21 13:52:52 +01:00
|
|
|
COMMENT= GNU version of the traditional tar archiver
|
1998-06-06 12:34:25 +02:00
|
|
|
|
2003-08-25 07:41:38 +02:00
|
|
|
LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext
|
2000-10-01 11:39:19 +02:00
|
|
|
|
2003-08-16 12:07:08 +02:00
|
|
|
INFO= tar
|
|
|
|
|
1998-06-06 12:34:25 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2000-10-01 11:39:19 +02:00
|
|
|
CONFIGURE_ARGS= --program-prefix=g
|
|
|
|
CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include' \
|
2001-09-11 14:09:13 +02:00
|
|
|
LDFLAGS='-L${LOCALBASE}/lib ${LDSTATIC}' \
|
2001-09-21 08:05:58 +02:00
|
|
|
DEFAULT_ARCHIVE='/dev/sa0' \
|
2001-11-05 17:08:33 +01:00
|
|
|
MAKEINFO='makeinfo --no-split' \
|
|
|
|
am_cv_func_iconv=no
|
2000-10-01 11:39:19 +02:00
|
|
|
|
2001-02-01 15:48:44 +01:00
|
|
|
.if defined(WANT_STATIC)
|
2001-09-11 14:09:13 +02:00
|
|
|
LDSTATIC= -static
|
2001-02-01 15:48:44 +01:00
|
|
|
.else
|
2001-09-11 14:09:13 +02:00
|
|
|
LDSTATIC=
|
2001-02-01 15:48:44 +01:00
|
|
|
.endif
|
1998-06-06 12:34:25 +02:00
|
|
|
|
2003-06-11 21:41:05 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 470000
|
|
|
|
IGNORE= is in the base system
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|