[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / emulators / p11

Annotation of pkgsrc/emulators/p11/Makefile, Revision 1.4

1.4     ! grant       1: # $NetBSD: Makefile,v 1.3 2003/07/17 21:35:40 grant Exp $
1.1       agc         2: #
                      3:
                      4: DISTNAME=      p11-2.10a
                      5: CATEGORIES=    emulators
                      6: MASTER_SITES=  ftp://ftp.fokus.gmd.de/pub/cats/usr/harti/p11/
                      7:
1.3       grant       8: MAINTAINER=    tech-pkg@NetBSD.org
1.1       agc         9: #HOMEPAGE=
                     10: COMMENT=       PDP11 emulator
                     11:
                     12: DEPENDS+=      libbegemot-[0-9]*:../../devel/libbegemot
                     13:
                     14: GNU_CONFIGURE=         yes
                     15: CONFIGURE_ARGS+=       --with-begemot=${PREFIX}
                     16: USE_LIBTOOL=           yes
                     17: LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
1.4     ! grant      18: USE_GNU_TOOLS+=                make
1.1       agc        19:
                     20: # override MAKEFLAGS in the build and install stages
                     21: do-build:
                     22:        cd ${WRKSRC} && ${GMAKE} ${ALL_TARGET} MAKEFLAGS=
                     23:
                     24: do-install:
                     25:        cd ${WRKSRC} && ${GMAKE} ${INSTALL_TARGET} MAKEFLAGS=
                     26:
                     27: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>