pkgsrc/shells/standalone-tcsh/Makefile
2005-02-24 12:19:13 +00:00

29 lines
621 B
Makefile

# $NetBSD: Makefile,v 1.15 2005/02/24 12:19:13 wiz Exp $
#
NO_MTREE= YES
PKGNAME= standalone-${DISTNAME}
PKG_SHELL= /bin/tcsh
WRKSRC= ${WRKDIR}/${DISTNAME}
PATCHDIR= ${.CURDIR}/../../shells/tcsh/patches
.include "../../shells/tcsh/Makefile"
COMMENT:= Standalone version of the Extended C-shell
MAINTAINER= agc@NetBSD.org
PKG_INFO:= ${PKG_INFO}
PKG_CREATE:= ${PKG_CREATE}
PREFIX= /
NLSDIR= usr/share/nls
CONFIGURE_ARGS= --prefix=${PREFIX} --bindir=/bin
CONFIGURE_ARGS+= --mandir=/usr/share/man
DISTINFO_FILE= ${.CURDIR}/../../shells/tcsh/distinfo
.if ${OPSYS} != "SunOS"
LDFLAGS+= -static
.endif