2002-07-25 13:15:58 +02:00
|
|
|
# $NetBSD: Makefile,v 1.3 2002/07/25 11:15:58 kim Exp $
|
2001-07-27 21:52:45 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
NO_MTREE= YES
|
|
|
|
|
|
|
|
.include "../../shells/tcsh/Makefile"
|
|
|
|
|
2002-07-25 13:15:58 +02:00
|
|
|
WRKSRC:= ${WRKDIR}/${DISTNAME}
|
|
|
|
PKGNAME:= standalone-${DISTNAME}
|
2001-07-27 22:32:01 +02:00
|
|
|
COMMENT:= Standalone version of the ${COMMENT}
|
2001-07-27 21:52:45 +02:00
|
|
|
|
|
|
|
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
|