diff options
author | agc <agc> | 1998-02-12 17:12:03 +0000 |
---|---|---|
committer | agc <agc> | 1998-02-12 17:12:03 +0000 |
commit | 3ab8587f1a685e690634ae8faf8ac6e30ae7f0da (patch) | |
tree | 112f8de932b9015c5150f7aa4356acf2d1f3166a /sysutils/depot/Makefile | |
parent | 49f1602fde275946fd3b7ee06577adb78479fff8 (diff) | |
download | pkgsrc-3ab8587f1a685e690634ae8faf8ac6e30ae7f0da.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/Makefile | 23 |
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> |