pkgsrc/shells/static-ast-ksh/Makefile
hubertf d6fa9a8358 Update {static-,}ast-ksh to 2005-02-02 version.
Changes: too many (500) to list,
mostly platform-dependent, and many added regression tests.
2006-04-27 15:32:14 +00:00

16 lines
445 B
Makefile

# $NetBSD: Makefile,v 1.9 2006/04/27 15:32:14 hubertf Exp $
#
.include "../../shells/ast-ksh/Makefile.common"
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"