pkgsrc/shells/static-ast-ksh/Makefile
schmonz 42428df5a0 Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4
rather than PKG_FAIL_REASON, so that they provide useful error
messages in build logs, and so that they continue to work on platforms
where they aren't broken.
2006-01-04 04:29:05 +00:00

20 lines
487 B
Makefile

# $NetBSD: Makefile,v 1.7 2006/01/04 04:29:08 schmonz Exp $
#
.include "../../shells/ast-ksh/Makefile.common"
PKGREVISION= 1
BROKEN_IN= pkgsrc-2005Q4
CONFLICTS= ast-ksh-[0-9]* # Override.
DISTINFO_FILE= ${.CURDIR}/../../shells/ast-ksh/distinfo
PATCHDIR= ${.CURDIR}/../../shells/ast-ksh/patches
PKGDIR= ${.CURDIR}/../../shells/ast-ksh
PKGNAME:= static-${PKGNAME}
COMMENT:= Statically-linked version of the ${COMMENT}
KSH93_MAKEFLAGS=LDFLAGS=-static
.include "../../mk/bsd.pkg.mk"