diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2009-08-21 00:54:33 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2009-08-21 00:54:33 +0000 |
commit | 8cbd3957fb9309b77590faad70c31ada2caee71f (patch) | |
tree | 6e6dc53459a6b9a79b032994edb9301bd33d61c2 /devel/psptoolchain | |
parent | 074f004e7be95f94905b7f7e9a1d2145f99f3948 (diff) | |
download | ports-8cbd3957fb9309b77590faad70c31ada2caee71f.tar.gz ports-8cbd3957fb9309b77590faad70c31ada2caee71f.zip |
Notes
Diffstat (limited to 'devel/psptoolchain')
-rw-r--r-- | devel/psptoolchain/Makefile | 40 | ||||
-rw-r--r-- | devel/psptoolchain/pkg-descr | 4 |
2 files changed, 44 insertions, 0 deletions
diff --git a/devel/psptoolchain/Makefile b/devel/psptoolchain/Makefile new file mode 100644 index 000000000000..a18dcb840879 --- /dev/null +++ b/devel/psptoolchain/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: psptoolchain +# Date created: 26 February 2009 +# Whom: Tassilo Philipp <tphilipp@potion-studios.com> +# +# $FreeBSD$ +# + +PORTNAME= psptoolchain +PORTVERSION= 20090127 +CATEGORIES= devel +MASTER_SITES= # none +DISTFILES= # none + +MAINTAINER= tphilipp@potion-studios.com +COMMENT= PlayStation Portable development toolchain meta port + +RUN_DEPENDS= psp-gdb:${PORTSDIR}/devel/psptoolchain-gdb \ + psp-gcc:${PORTSDIR}/devel/psptoolchain-gcc-stage2 \ + psp-g++:${PORTSDIR}/devel/psptoolchain-gcc-stage2 \ + psp-ar:${PORTSDIR}/devel/psptoolchain-binutils \ + psp-as:${PORTSDIR}/devel/psptoolchain-binutils \ + psp-c++filt:${PORTSDIR}/devel/psptoolchain-binutils \ + psp-gprof:${PORTSDIR}/devel/psptoolchain-binutils \ + psp-ld:${PORTSDIR}/devel/psptoolchain-binutils \ + psp-nm:${PORTSDIR}/devel/psptoolchain-binutils \ + psp-objcopy:${PORTSDIR}/devel/psptoolchain-binutils \ + psp-objdump:${PORTSDIR}/devel/psptoolchain-binutils \ + psp-ranlib:${PORTSDIR}/devel/psptoolchain-binutils \ + psp-readelf:${PORTSDIR}/devel/psptoolchain-binutils \ + psp-size:${PORTSDIR}/devel/psptoolchain-binutils \ + psp-strings:${PORTSDIR}/devel/psptoolchain-binutils \ + psp-strip:${PORTSDIR}/devel/psptoolchain-binutils + +NO_WRKSUBDIR= YES +NO_BUILD= YES +NO_FETCH= YES + +do-install: + +.include <bsd.port.mk> diff --git a/devel/psptoolchain/pkg-descr b/devel/psptoolchain/pkg-descr new file mode 100644 index 000000000000..ebd84fb39295 --- /dev/null +++ b/devel/psptoolchain/pkg-descr @@ -0,0 +1,4 @@ +The PlayStation Portable Toolchain is a collection of tools and utilities +for homebrew PSP development. + +WWW: http://www.ps2dev.org |