380d1a0655
install phase.
31 lines
714 B
Makefile
31 lines
714 B
Makefile
# $NetBSD: Makefile,v 1.20 2006/10/05 01:11:41 rillig Exp $
|
|
#
|
|
|
|
# FIXME: This is because of PREFIX=/ below.
|
|
CHECK_FILES_SUPPORTED= no
|
|
|
|
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
|
|
|
|
# FIXME: Packages shall only install into ${LOCALBASE} or a subdirectory.
|
|
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
|