summaryrefslogtreecommitdiff
path: root/sysutils/gtar/Makefile
blob: 86f08c5fa21fd2e1bcd724e6ab4628ba3b59df76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# New ports collection makefile for:	gtar
# Version required:	1.12
# Date created:		Sa   6 Jun 1998 10:24:51 CEST
# Whom:			Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id$
#

DISTNAME=	tar-1.12
CATEGORIES=	sysutils
MASTER_SITES=	${MASTER_SITE_GNU}

MAINTAINER=	andreas@FreeBSD.ORG

GNU_CONFIGURE=	yes
CONFIGURE_ARGS+=--program-prefix=g

.include <bsd.port.mk>