![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / shells / standalone-tcsh / Makefile (download)
Revision 1.18, Mon Dec 5 23:55:19 2005 UTC (17 years, 1 month ago) by rillig
Ran "pkglint --autofix", which corrected some of the quoting issues in CONFIGURE_ARGS. |
# $NetBSD: Makefile,v 1.18 2005/12/05 23:55:19 rillig 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 PKG_INFO:= ${PKG_INFO} PKG_CREATE:= ${PKG_CREATE} 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