freebsd-ports/archivers/gtar/Makefile

44 lines
926 B
Makefile
Raw Normal View History

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