blob: 338a8cd409086203532f7f898a1d7fc92a0e2a2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.8 2003/05/01 21:45:46 agc Exp $
#
NO_MTREE= YES
PKGNAME= standalone-${DISTNAME}
WRKSRC= ${WRKDIR}/${DISTNAME}
PKG_SHELL= /bin/tcsh
.include "../../shells/tcsh/Makefile"
COMMENT:= Standalone version of the Extended C-shell
LDFLAGS+= -static
PATCH:= ${PATCH}
LOCALBASE= /
NLSDIR= usr/share/nls
CONFIGURE_ARGS= --prefix=${PREFIX} --bindir=/bin
CONFIGURE_ARGS+= --mandir=/usr/share/man
DISTINFO_FILE= ${.CURDIR}/../../shells/tcsh/distinfo
PATCHDIR= ${.CURDIR}/../../shells/tcsh/patches
|