blob: 511faef8256821f13e33b2279d8a46c140612acc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.3 2002/07/25 11:15:58 kim Exp $
#
NO_MTREE= YES
.include "../../shells/tcsh/Makefile"
WRKSRC:= ${WRKDIR}/${DISTNAME}
PKGNAME:= standalone-${DISTNAME}
COMMENT:= Standalone 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
|