Lines 1-9
Link Here
|
1 |
# Created by: Tassilo Philipp <tphilipp@potion-studios.com> |
1 |
# Created by: Tassilo Philipp <tphilipp@potion-studios.com> |
2 |
# $FreeBSD: head/devel/psptoolchain-gcc-stage2/Makefile 360604 2014-07-04 12:06:07Z bapt $ |
2 |
# $FreeBSD: head/devel/psptoolchain-gcc-stage2/Makefile 360604 2014-07-04 12:06:07Z bapt $ |
3 |
|
3 |
|
|
|
4 |
PORTREVISION= 1 |
5 |
|
4 |
PKGNAMESUFFIX= -stage2 |
6 |
PKGNAMESUFFIX= -stage2 |
5 |
|
7 |
|
6 |
MAINTAINER= ports@FreeBSD.org |
8 |
MAINTAINER= tphilipp@potion-studios.com |
7 |
|
9 |
|
8 |
BUILD_DEPENDS= ${LOCALBASE}/psp/lib/libc.a:${PORTSDIR}/devel/psptoolchain-newlib |
10 |
BUILD_DEPENDS= ${LOCALBASE}/psp/lib/libc.a:${PORTSDIR}/devel/psptoolchain-newlib |
9 |
|
11 |
|
Lines 22-31
Link Here
|
22 |
--with-as=${LOCALBASE}/bin/psp-as \ |
24 |
--with-as=${LOCALBASE}/bin/psp-as \ |
23 |
--mandir=${PREFIX}/man |
25 |
--mandir=${PREFIX}/man |
24 |
|
26 |
|
25 |
MAN1= psp-g++.1 |
|
|
26 |
|
27 |
PLIST= ${.CURDIR}/pkg-plist |
27 |
PLIST= ${.CURDIR}/pkg-plist |
28 |
MASTERDIR= ${.CURDIR}/../psptoolchain-gcc-stage1 |
28 |
MASTERDIR= ${.CURDIR}/../psptoolchain-gcc-stage1 |
29 |
|
29 |
|
30 |
NO_STAGE= yes |
|
|
31 |
.include "${MASTERDIR}/Makefile" |
30 |
.include "${MASTERDIR}/Makefile" |