diff options
Diffstat (limited to 'shells/tcshrc/Makefile')
-rw-r--r-- | shells/tcshrc/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/shells/tcshrc/Makefile b/shells/tcshrc/Makefile new file mode 100644 index 0000000..0cf3f602 --- /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> |