summaryrefslogtreecommitdiff
path: root/archivers/sharutils
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-12-28 04:44:59 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-12-28 04:44:59 +0000
commit070dd17ff3d2b723b1e003d563df251f5c1c8245 (patch)
tree1461e29d9fe799f5813f64331d29e636eda0cc0b /archivers/sharutils
parentOops, forget "" for ${CC} and ${CFLAGS}... (diff)
GNU shar & unshar
Notes
Notes: svn path=/head/; revision=631
Diffstat (limited to 'archivers/sharutils')
-rw-r--r--archivers/sharutils/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/archivers/sharutils/Makefile b/archivers/sharutils/Makefile
new file mode 100644
index 000000000000..abb448830ac7
--- /dev/null
+++ b/archivers/sharutils/Makefile
@@ -0,0 +1,13 @@
+# New ports collection makefile for: gshar+gunshar
+# Version required: 4.1.3
+# Date created: 28 Dec 1994
+# Whom: ache
+#
+# $Id: Makefile,v 1.1.1.1 1994/12/26 09:10:32 ache Exp $
+#
+DISTNAME= sharutils-4.1.3
+MASTER_SITES= ftp://ftp.iro.umontreal.ca/pub/contrib/pinard/
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS= --program-prefix=g --disable-uucode --prefix=${PREFIX}
+
+.include <bsd.port.mk>