freebsd-ports/devel/psptoolchain/Makefile
Marcelo Araujo 8cbd3957fb The PlayStation Portable Toolchain is a collection of tools and utilities
for homebrew PSP development.

WWW: http://www.ps2dev.org

PR:		ports/132323, ports/132324, ports/132325, ports/132326
		ports/132327, ports/132328, ports/132329, ports/132330
Submitted by:	Tassilo Philipp <tphilipp@potion-studios.com>
2009-08-21 00:54:33 +00:00

40 lines
1.3 KiB
Makefile

# 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>