pkgsrc/shells/standalone-tcsh/Makefile

20 lines
480 B
Makefile
Raw Normal View History

2002-07-25 13:15:58 +02:00
# $NetBSD: Makefile,v 1.3 2002/07/25 11:15:58 kim Exp $
#
NO_MTREE= YES
.include "../../shells/tcsh/Makefile"
2002-07-25 13:15:58 +02:00
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