summaryrefslogtreecommitdiffstats
path: root/misc/kcd-devel/Makefile
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-12-29 09:29:06 +0000
committersteve <steve@FreeBSD.org>1999-12-29 09:29:06 +0000
commit8c3ebc1b23a0a0795a0a7e8b2a03f0ed47f96474 (patch)
tree4cf8f24c4531535a74e30325d8370352cfaefa22 /misc/kcd-devel/Makefile
parent912c657fcea91164bff2508c00e37ecf007168d6 (diff)
downloadFreeBSD-ports-8c3ebc1b23a0a0795a0a7e8b2a03f0ed47f96474.zip
FreeBSD-ports-8c3ebc1b23a0a0795a0a7e8b2a03f0ed47f96474.tar.gz
Adding kcd version 4.11.1.
A pogram that allows one to change direcotries in full-screen visual mode. PR: 12666 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'misc/kcd-devel/Makefile')
-rw-r--r--misc/kcd-devel/Makefile40
1 files changed, 40 insertions, 0 deletions
diff --git a/misc/kcd-devel/Makefile b/misc/kcd-devel/Makefile
new file mode 100644
index 0000000..09857d5
--- /dev/null
+++ b/misc/kcd-devel/Makefile
@@ -0,0 +1,40 @@
+# New ports collection makefile for: kcd
+# Version required: 4.11.1
+# Date created: 5 May 1999
+# Whom: Andrey Zakhvatov
+#
+# $FreeBSD$
+#
+
+DISTNAME= kcd-4.11.1
+CATEGORIES= misc
+MASTER_SITES= ${MASTER_SITE_SUNSITE} \
+ http://www-scf.usc.edu/~lerdsuwa/util/
+MASTER_SITE_SUBDIR= utils/shell
+
+MAINTAINER= andy@icc.surw.chel.su
+
+LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses
+
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include/ncurses -I${LOCALBASE}/include" \
+ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
+MAN1= kcd.1
+
+do-install:
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/kcdmain ${PREFIX}/bin
+ @ ${INSTALL_SCRIPT} ${WRKSRC}/kcdscr ${PREFIX}/bin
+ @ ${INSTALL_MAN} ${WRKSRC}/kcd.1 ${PREFIX}/man/man1
+ @ ${MKDIR} ${PREFIX}/share/examples/kcd
+ @ ${INSTALL_DATA} ${WRKSRC}/kcd.csh.init ${PREFIX}/share/examples/kcd
+ @ ${INSTALL_DATA} ${WRKSRC}/kcd.sh.init ${PREFIX}/share/examples/kcd
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @ ${MKDIR} ${PREFIX}/share/doc/kcd
+.for file in CHANGES COPYING INSTALL README
+ @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/kcd
+.endfor
+.endif
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud