summaryrefslogtreecommitdiff
path: root/shells/tcshrc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shells/tcshrc/Makefile')
-rw-r--r--shells/tcshrc/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/shells/tcshrc/Makefile b/shells/tcshrc/Makefile
new file mode 100644
index 000000000000..0cf3f602976d
--- /dev/null
+++ b/shells/tcshrc/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: tcshrc
+# Date created: 2003-09-09
+# Whom: Sean Chittenden <seanc@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= tcshrc
+PORTVERSION= 1.2.0
+CATEGORIES= shells
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= tcshrc
+
+MAINTAINER= seanc@FreeBSD.org
+COMMENT= A set of configuration scripts for the TCSH shell
+
+INSTALL_TARGET= systeminstall
+MAKE_ARGS= BIN=${LOCALBASE}/bin SHARETCSHRC=${DATADIR}
+NO_BUILD= YES
+
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
+.include <bsd.port.mk>