2012-05-22 10:46:53 +02:00
|
|
|
# $NetBSD: Makefile,v 1.23 2012/05/22 08:46:53 marino Exp $
|
2001-07-27 21:52:45 +02:00
|
|
|
#
|
|
|
|
|
2006-10-05 03:11:41 +02:00
|
|
|
# FIXME: This is because of PREFIX=/ below.
|
|
|
|
CHECK_FILES_SUPPORTED= no
|
|
|
|
|
2004-01-12 00:06:54 +01:00
|
|
|
PKGNAME= standalone-${DISTNAME}
|
2002-10-31 12:55:30 +01:00
|
|
|
|
2004-01-20 13:18:15 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
2004-01-29 11:03:08 +01:00
|
|
|
PATCHDIR= ${.CURDIR}/../../shells/tcsh/patches
|
2004-01-20 13:18:15 +01:00
|
|
|
|
2012-05-22 10:46:53 +02:00
|
|
|
# DragonFly already has native /bin/tcsh
|
|
|
|
# This package is not restricted to ${LOCALBASE} and will replace system tcsh
|
|
|
|
# Instead, see shells/tcsh which installs at ${LOCALBASE}/bin/tcsh
|
|
|
|
NOT_FOR_PLATFORM+= DragonFly-*-*
|
|
|
|
|
2001-07-27 21:52:45 +02:00
|
|
|
.include "../../shells/tcsh/Makefile"
|
|
|
|
|
2008-08-12 16:51:45 +02:00
|
|
|
INSTALLATION_DIRS+= usr/share/man/man1
|
|
|
|
|
2003-04-04 19:32:51 +02:00
|
|
|
COMMENT:= Standalone version of the Extended C-shell
|
2005-02-24 13:19:13 +01:00
|
|
|
MAINTAINER= agc@NetBSD.org
|
2001-07-27 21:52:45 +02:00
|
|
|
|
2006-10-05 03:11:41 +02:00
|
|
|
# FIXME: Packages shall only install into ${LOCALBASE} or a subdirectory.
|
2003-09-19 00:59:38 +02:00
|
|
|
PREFIX= /
|
2006-10-05 03:11:41 +02:00
|
|
|
|
2001-07-27 21:52:45 +02:00
|
|
|
NLSDIR= usr/share/nls
|
2005-12-06 00:55:01 +01:00
|
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
|
2005-12-05 21:49:47 +01:00
|
|
|
CONFIGURE_ARGS+= --bindir=/bin
|
2001-07-27 21:52:45 +02:00
|
|
|
CONFIGURE_ARGS+= --mandir=/usr/share/man
|
|
|
|
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../shells/tcsh/distinfo
|
2003-05-05 12:54:13 +02:00
|
|
|
|
|
|
|
.if ${OPSYS} != "SunOS"
|
|
|
|
LDFLAGS+= -static
|
|
|
|
.endif
|