diff options
-rw-r--r-- | emulators/gpsim-ptyusart/Makefile | 4 | ||||
-rw-r--r-- | emulators/handy_sdl/Makefile | 4 | ||||
-rw-r--r-- | emulators/simulavr/Makefile | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/emulators/gpsim-ptyusart/Makefile b/emulators/gpsim-ptyusart/Makefile index 0144cdf0d4d..1521c90ed49 100644 --- a/emulators/gpsim-ptyusart/Makefile +++ b/emulators/gpsim-ptyusart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2009/08/26 19:57:26 sno Exp $ +# $NetBSD: Makefile,v 1.12 2010/01/29 22:54:48 joerg Exp $ # DISTNAME= ptyusart-0.3.2 @@ -10,6 +10,8 @@ MASTER_SITES= http://www-asim.lip6.fr/~bouyer/pic/ MAINTAINER= bouyer@NetBSD.org COMMENT= Pseudo-tty module for gpsim +PKG_DESTDIR_SUPPORT= user-destdir + ONLY_FOR_PLATFORM= NetBSD-*-* GNU_CONFIGURE= YES diff --git a/emulators/handy_sdl/Makefile b/emulators/handy_sdl/Makefile index 559ec78eab8..0954b658e13 100644 --- a/emulators/handy_sdl/Makefile +++ b/emulators/handy_sdl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/12/20 17:34:02 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2010/01/29 22:54:54 joerg Exp $ # DISTNAME= handy_sdl-0.5-src @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sdlemu.ngemu.com/handysdl.php COMMENT= Atari Lynx emulator +PKG_DESTDIR_SUPPORT= user-destdir + MAKE_FILE= Makefile-0.95 USE_TOOLS+= gmake diff --git a/emulators/simulavr/Makefile b/emulators/simulavr/Makefile index 75b18ee853f..cbbd1b89a8c 100644 --- a/emulators/simulavr/Makefile +++ b/emulators/simulavr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2009/08/25 12:32:55 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2010/01/29 22:58:10 joerg Exp $ # DISTNAME= simulavr-0.1.2.1 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.nongnu.org/simulavr/ COMMENT= Simulator for Atmel AVR microcontrollers +PKG_DESTDIR_SUPPORT= user-destdir + BUILD_DEPENDS+= avr-binutils-[0-9]*:../../cross/avr-binutils BUILD_DEPENDS+= avr-gcc-[0-9]*:../../cross/avr-gcc BUILD_DEPENDS+= doxygen-[0-9]*:../../devel/doxygen |