pkgsrc/shells/standalone-tcsh/Makefile
abs b5311f7827 Remove the following which breaks under the current pkgsrc infrastructure:
PKG_INFO:=              ${PKG_INFO}
PKG_CREATE:=            ${PKG_CREATE}
2005-12-19 14:12:31 +00:00

26 lines
565 B
Makefile

# $NetBSD: Makefile,v 1.19 2005/12/19 14:12:31 abs Exp $
#
NO_MTREE= YES
PKGNAME= standalone-${DISTNAME}
WRKSRC= ${WRKDIR}/${DISTNAME}
PATCHDIR= ${.CURDIR}/../../shells/tcsh/patches
.include "../../shells/tcsh/Makefile"
COMMENT:= Standalone version of the Extended C-shell
MAINTAINER= agc@NetBSD.org
PREFIX= /
NLSDIR= usr/share/nls
CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
CONFIGURE_ARGS+= --bindir=/bin
CONFIGURE_ARGS+= --mandir=/usr/share/man
DISTINFO_FILE= ${.CURDIR}/../../shells/tcsh/distinfo
.if ${OPSYS} != "SunOS"
LDFLAGS+= -static
.endif