freebsd-ports/shells/tcshrc/Makefile
Sean Chittenden dd27c5df27 Update to 1.6.0
PR:		ports/72760
Submitted by:	Pawel Pekala   c0rn - a t - gazeta dotty pl
2004-11-29 18:12:42 +00:00

28 lines
613 B
Makefile

# New ports collection makefile for: tcshrc
# Date created: 2003-09-09
# Whom: Sean Chittenden <seanc@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= tcshrc
PORTVERSION= 1.6.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
USE_REINPLACE= YES
INSTALL_TARGET= systeminstall
MAKE_ARGS= BIN=${LOCALBASE}/bin SHARETCSHRC=${DATADIR}
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
do-build:
${REINPLACE_CMD} -e 's#/usr/share#${PREFIX}/share#g' ${WRKSRC}/tcshrc_config
.include <bsd.port.mk>