summaryrefslogtreecommitdiff
path: root/shells/static-ast-ksh/Makefile
blob: f04f9583017d977ff1bb051f268640b1ef828868 (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.14 2014/11/06 12:25:36 joerg 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"