pkgsrc/shells/static-tcsh/Makefile
obache b36465614d PKGNAME must be defined before include bsd.pkg.mk,
if not, in 'package' phase, PKGNAME==DISTNAME.

Remove WRKSRC definision, it equals to default value.
2007-04-25 13:26:42 +00:00

18 lines
402 B
Makefile

# $NetBSD: Makefile,v 1.7 2007/04/25 13:26:42 obache Exp $
#
MAINTAINER= agc@NetBSD.org
DISTINFO_FILE= ${.CURDIR}/../../shells/tcsh/distinfo
PATCHDIR= ${.CURDIR}/../../shells/tcsh/patches
PKGDIR= ${.CURDIR}/../../shells/tcsh
CONFLICTS= tcsh-[0-9]*
PKGNAME= static-${DISTNAME}
.include "../../shells/tcsh/Makefile"
COMMENT:= Statically-linked version of the ${COMMENT}
LDFLAGS+= -static