ec993afa1a
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
26 lines
602 B
Makefile
26 lines
602 B
Makefile
# $NetBSD: Makefile,v 1.5 2004/02/14 17:21:39 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= p11-2.10a
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/cats/usr/harti/p11/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
#HOMEPAGE=
|
|
COMMENT= PDP11 emulator
|
|
|
|
DEPENDS+= libbegemot-[0-9]*:../../devel/libbegemot
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-begemot=${PREFIX}
|
|
USE_LIBTOOL= yes
|
|
USE_GNU_TOOLS+= make
|
|
|
|
# override MAKEFLAGS in the build and install stages
|
|
do-build:
|
|
cd ${WRKSRC} && ${GMAKE} ${ALL_TARGET} MAKEFLAGS=
|
|
|
|
do-install:
|
|
cd ${WRKSRC} && ${GMAKE} ${INSTALL_TARGET} MAKEFLAGS=
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|