pkgsrc/sysutils/extipl/Makefile
agc 1cf87833d6 When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather than
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent
PKGREVISION changes. With thanks to jmc for the nudge.
2003-06-18 09:22:14 +00:00

17 lines
427 B
Makefile

# $NetBSD: Makefile,v 1.5 2003/06/18 09:22:24 agc Exp $
#
DISTNAME= extipl-5.04
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}/src
CATEGORIES= sysutils
MASTER_SITES= http://www.tsden.org/takamiti/extipl/archs/
MAINTAINER= hiramatu@boreas.dti.ne.jp
HOMEPAGE= http://www.tsden.org/takamiti/extipl/
COMMENT= IPL compatible OS boot selector
BUILD_DEPENDS+= nasm-[0-9]*:../../devel/nasm
USE_GMAKE= #defined
.include "../../mk/bsd.pkg.mk"