2003-06-02 03:15:31 +02:00
|
|
|
# $NetBSD: Makefile,v 1.2 2003/06/02 01:19:56 jschauma Exp $
|
2002-05-16 18:09:22 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= p11-2.10a
|
|
|
|
CATEGORIES= emulators
|
|
|
|
MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/cats/usr/harti/p11/
|
|
|
|
|
2003-06-02 03:15:31 +02:00
|
|
|
MAINTAINER= tech-pkg@netbsd.org
|
2002-05-16 18:09:22 +02:00
|
|
|
#HOMEPAGE=
|
|
|
|
COMMENT= PDP11 emulator
|
|
|
|
|
|
|
|
DEPENDS+= libbegemot-[0-9]*:../../devel/libbegemot
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --with-begemot=${PREFIX}
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
# 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"
|