have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
24 lines
521 B
Makefile
24 lines
521 B
Makefile
# $NetBSD: Makefile,v 1.3 2003/01/28 22:04:12 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= pdksh-5.2.14
|
|
PKGREVISION= 1
|
|
CATEGORIES= shells
|
|
MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/
|
|
|
|
MAINTAINER= schmonz@netbsd.org
|
|
HOMEPAGE= http://web.cs.mun.ca/~michael/pdksh/
|
|
COMMENT= Free clone of the AT&T Korn shell
|
|
|
|
# pdksh is needed to bootstrap buildlink2 on some systems.
|
|
USE_BUILDLINK2= no
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --program-prefix=pd
|
|
|
|
USE_PKGINSTALL= yes
|
|
PKG_SHELL= ${PREFIX}/bin/pdksh
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|
|
|
|
LDFLAGS= # empty
|