diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2003-12-15 08:51:55 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-12-15 08:51:55 +0000 |
commit | be52cc2b3c756e4999ce51542048ca72d927afb6 (patch) | |
tree | 04f198af7f39570f4d6f8367eb276bf5a652a8f4 /emulators/psim-freebsd/Makefile | |
parent | 39c70238235a10c8d2c7131bda38f0a1c9b56304 (diff) | |
download | ports-be52cc2b3c756e4999ce51542048ca72d927afb6.tar.gz ports-be52cc2b3c756e4999ce51542048ca72d927afb6.zip |
Notes
Diffstat (limited to 'emulators/psim-freebsd/Makefile')
-rw-r--r-- | emulators/psim-freebsd/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/emulators/psim-freebsd/Makefile b/emulators/psim-freebsd/Makefile index 31817646187c..f167b054d6a7 100644 --- a/emulators/psim-freebsd/Makefile +++ b/emulators/psim-freebsd/Makefile @@ -7,23 +7,21 @@ # PORTNAME= psim-freebsd -PORTVERSION= 5.2.1 +PORTVERSION= 6.0 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= gdb/releases DISTNAME= gdb-${PORTVERSION} MAINTAINER= mp@FreeBSD.org -COMMENT= PowerPC simulator (PSIM) running in the GNU GDB 5 +COMMENT= PowerPC simulator (PSIM) running in the GNU GDB 6 +USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-psim --target=powerpc-freebsd-elf \ --program-suffix=psim -pre-configure: - @cd ${WRKSRC} ; ${RM} -rf dejagnu expect tcl texinfo - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gdb/gdb ${PREFIX}/bin/${PORTNAME} ${MKDIR} ${PREFIX}/share/examples/${PORTNAME} |