summaryrefslogtreecommitdiff
path: root/shells/static-ast-ksh/Makefile
blob: 4f9a58e0fcf0354ba02412f0e5aca0e456f2d476 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: Makefile,v 1.15 2019/11/04 21:14:07 rillig Exp $
#

.include "../../shells/ast-ksh/Makefile.common"

PKGREVISION=	1
CONFLICTS=	ast-ksh-[0-9]*	# Override.

DISTINFO_FILE=	${.CURDIR}/../../shells/ast-ksh/distinfo
PATCHDIR=	${.CURDIR}/../../shells/ast-ksh/patches
PLIST_SRC=	${.CURDIR}/../../shells/ast-ksh/PLIST
DESCR_SRC?=	${.CURDIR}/../../shells/ast-ksh/DESCR

PKGNAME:=	static-${PKGNAME}
COMMENT:=	Statically-linked version of the ${COMMENT}

# SunOS 5.10 stopped shipping static libraries
NOT_FOR_PLATFORM+=	SunOS-5.1[0-9]-*

KSH93_MAKEFLAGS=	LDFLAGS=-static

.include "../../mk/bsd.pkg.mk"