summaryrefslogtreecommitdiff
path: root/archivers/gtar/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/gtar/Makefile')
-rw-r--r--archivers/gtar/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile
new file mode 100644
index 00000000000..42902fe0ee2
--- /dev/null
+++ b/archivers/gtar/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: gtar
+# Version required:
+# Date created: 1 March 1998
+# Whom: tv@netbsd.org
+#
+# $NetBSD: Makefile,v 1.1.1.1 1998/03/04 14:57:13 tv Exp $
+#
+
+DISTNAME= tar-1.12
+PKGNAME= gtar-1.12
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GNU}
+
+MAINTAINER= packages@netbsd.org
+
+OPSYS!= uname -s
+.if (${OPSYS} == "NetBSD")
+BUILD_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
+.endif
+
+GNU_CONFIGURE=yes
+CONFIGURE_ARGS= --program-prefix=g
+
+MAN1= gtar.1
+
+post-install:
+ ${INSTALL_DATA} files/gtar.1 ${PREFIX}/man/man1/
+
+.include <bsd.port.mk>