freebsd-ports/archivers/gtar/Makefile
Andreas Klemm 254d13095b import more stuff from PR 23815
- use PKGNAMEPREFIX so that package is named *g*tar like the port
- patch-ac silences gcc when compiling prepargs.c
additionally:
- fetch patch-ab out of Attic, we still want info file not
  splitted into pieces
- bump PORTREVISION, since patch-ab fixes package building

PR:		23815
Submitted by:	Christian Weisgerber <naddy@mips.inka.de>
2000-12-26 21:25:35 +00:00

31 lines
734 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.18
PORTREVISION= 3
PKGNAMEPREFIX= g
CATEGORIES= sysutils archivers
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>