pkgsrc/shells/es/Makefile
jlam d7f69e47ce Instead of including bsd.pkg.install.mk directly in a package Makefile,
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>.
2003-01-28 22:03:00 +00:00

19 lines
485 B
Makefile

# $NetBSD: Makefile,v 1.10 2003/01/28 22:04:10 jlam Exp $
# FreeBSD Id: Makefile,v 1.4 1996/11/18 11:39:46 asami Exp
#
DISTNAME= es-0.9-alpha1
PKGNAME= es-0.9a1
CATEGORIES= shells
MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/es/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://hawkwind.utcs.utoronto.ca:8001/mlists/es.html
COMMENT= Extensible shell, derived from plan9's rc
MANCOMPRESSED= yes
USE_PKGINSTALL= yes
PKG_SHELL= ${PREFIX}/bin/es
.include "../../mk/bsd.pkg.mk"