summaryrefslogtreecommitdiff
path: root/archivers/gtar/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/gtar/Makefile')
-rw-r--r--archivers/gtar/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile
new file mode 100644
index 000000000000..86f08c5fa21f
--- /dev/null
+++ b/archivers/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>