summaryrefslogtreecommitdiff
path: root/sysutils/depot/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-02-12 17:12:03 +0000
committeragc <agc@pkgsrc.org>1998-02-12 17:12:03 +0000
commit7a72eb69165690feb1925033036c17bd5c441825 (patch)
tree112f8de932b9015c5150f7aa4356acf2d1f3166a /sysutils/depot/Makefile
parent27305e22c1f32e86a146f131ca4b10cb096d8ca8 (diff)
downloadpkgsrc-7a72eb69165690feb1925033036c17bd5c441825.tar.gz
Import of the CMU depot 5.14 utility, for managing directory
trees of symbolic links, to the NetBSD packages collection. This package was done by Todd Vierling, in PR pkg/4975. Minor modification to the patch by me to generalise for other BSD systems.
Diffstat (limited to 'sysutils/depot/Makefile')
-rw-r--r--sysutils/depot/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/sysutils/depot/Makefile b/sysutils/depot/Makefile
new file mode 100644
index 00000000000..8d1adfdef56
--- /dev/null
+++ b/sysutils/depot/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: depot
+# Version required: 5.14
+# Date created: 10 Feb 1998
+# Whom: tv@netbsd.org
+#
+# $NetBSD: Makefile,v 1.1 1998/02/12 17:12:03 agc Exp $
+#
+
+DISTNAME= depot-5.14
+CATEGORIES= misc
+MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/depot/alpha/
+
+GNU_CONFIGURE= yes
+
+MAN1=depot.1 fsi_generate.1 hintservice.1
+MAN5=depot.conf.5 depot.pref.5
+
+do-install:
+ @cd ${WRKSRC}/src/cmd && ${MAKE} DESTDIR=${PREFIX} install
+ @cd ${WRKSRC}/man/man1 && ${MAKE} DESTDIR=${PREFIX} install
+ @cd ${WRKSRC}/man/man5 && ${MAKE} DESTDIR=${PREFIX} install
+
+.include <bsd.port.mk>