summaryrefslogtreecommitdiff
path: root/shells/static-tcsh/Makefile
blob: 684148b11f1ff4e51f78115964ccdab17e2e4910 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $NetBSD: Makefile,v 1.12 2021/11/11 22:47:55 kim Exp $
#

.include "../../shells/tcsh/Makefile.common"

MAINTAINER=		agc@NetBSD.org

DISTINFO_FILE=		${.CURDIR}/../../shells/tcsh/distinfo
PATCHDIR=		${.CURDIR}/../../shells/tcsh/patches
PKGDIR=			${.CURDIR}/../../shells/tcsh
DESCR_SRC=		${.CURDIR}/../../shells/tcsh/DESCR ${.CURDIR}/DESCR

CONFLICTS=		tcsh-[0-9]*

PKGNAME=		static-${DISTNAME}

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

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

LDFLAGS+=		-static

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