blob: b9733243f3a92ea88f41f4643f0b7a0588b06837 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.1.1.1 2001/07/27 19:52:45 agc Exp $
#
NO_MTREE= YES
.include "../../shells/tcsh/Makefile"
WRKSRC:= ${WRKDIR}/${PKGNAME}
PKGNAME:= standalone-${PKGNAME}
COMMENT:= Standlone version of the ${COMMENT}
LDFLAGS+= -static
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
|