diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1998-06-06 10:34:25 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1998-06-06 10:34:25 +0000 |
commit | 9a13ed58e86e544b74185b5fb85467de96410b11 (patch) | |
tree | bc4850aad439976aa6ef507412e47b461ac7c001 /sysutils/gtar/Makefile | |
parent | 224f5fbf28fa9b8d04c7c7de86c12719e6949b8a (diff) |
import new port GNU tar 1.12, latest version
Notes
Notes:
svn path=/head/; revision=11292
Diffstat (limited to 'sysutils/gtar/Makefile')
-rw-r--r-- | sysutils/gtar/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/gtar/Makefile b/sysutils/gtar/Makefile new file mode 100644 index 000000000000..86f08c5fa21f --- /dev/null +++ b/sysutils/gtar/Makefile @@ -0,0 +1,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> |