mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
8244fc50b0
- fixes --exclude, -X problem in version 1.13, where excludes have been wrongly interpreted as filenames (not pathnames) - some cosmetics from naddy Submitted by: Christian Weisgerber <naddy@unix-ag.uni-kl.de>
29 lines
691 B
Makefile
29 lines
691 B
Makefile
# New ports collection makefile for: gtar
|
|
# Date created: Sa 6 Jun 1998 10:24:51 CEST
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tar
|
|
PORTVERSION= 1.13.17
|
|
CATEGORIES= sysutils
|
|
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/
|
|
|
|
MAINTAINER= andreas@FreeBSD.org
|
|
|
|
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
|
|
|
|
GNU_CONFIGURE= yes
|
|
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*
|
|
|
|
.include <bsd.port.mk>
|