Lines 3-20
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= gdb |
4 |
PORTNAME= gdb |
5 |
PORTVERSION= 7.3.1 |
5 |
PORTVERSION= 7.3.1 |
|
|
6 |
PORTREVISION= 1 |
6 |
CATEGORIES= devel |
7 |
CATEGORIES= devel |
7 |
MASTER_SITES= ${MASTER_SITE_GNU} |
8 |
MASTER_SITES= ${MASTER_SITE_GNU} |
8 |
MASTER_SITE_SUBDIR= ${PORTNAME}/ |
9 |
MASTER_SITE_SUBDIR= ${PORTNAME}/ |
9 |
PKGNAMEPREFIX= psptoolchain- |
10 |
PKGNAMEPREFIX= psptoolchain- |
10 |
|
11 |
|
11 |
MAINTAINER= ports@FreeBSD.org |
12 |
MAINTAINER= tphilipp@potion-studios.com |
12 |
COMMENT= PlayStation Portable development toolchain ${PORTNAME} |
13 |
COMMENT= PlayStation Portable development toolchain ${PORTNAME} |
13 |
|
14 |
|
14 |
BUILD_DEPENDS= ${LOCALBASE}/psp/sdk/lib/libpspsdk.a:${PORTSDIR}/devel/psptoolchain-pspsdk-stage2 |
15 |
BUILD_DEPENDS= ${LOCALBASE}/psp/sdk/lib/libpspsdk.a:${PORTSDIR}/devel/psptoolchain-pspsdk-stage2 |
15 |
|
16 |
|
16 |
USES= gmake |
17 |
USES= gmake tar:bzip2 |
17 |
USE_BZIP2= yes |
|
|
18 |
USE_CSTD= gnu89 |
18 |
USE_CSTD= gnu89 |
19 |
|
19 |
|
20 |
HAS_CONFIGURE= yes |
20 |
HAS_CONFIGURE= yes |
Lines 25-36
Link Here
|
25 |
--disable-install-libiberty \ |
25 |
--disable-install-libiberty \ |
26 |
--mandir=${PREFIX}/man |
26 |
--mandir=${PREFIX}/man |
27 |
|
27 |
|
28 |
MAN1= psp-gdb.1 \ |
|
|
29 |
psp-gdbtui.1 \ |
30 |
psp-run.1 |
31 |
|
32 |
# Disable installation of .info files and libiberty. |
28 |
# Disable installation of .info files and libiberty. |
33 |
NO_STAGE= yes |
|
|
34 |
post-patch: |
29 |
post-patch: |
35 |
@${REINPLACE_CMD} -E 's/^(INFO_DEPS.*=)(.*)/\1#\2/' ${WRKSRC}/bfd/doc/Makefile.in |
30 |
@${REINPLACE_CMD} -E 's/^(INFO_DEPS.*=)(.*)/\1#\2/' ${WRKSRC}/bfd/doc/Makefile.in |
36 |
@${REINPLACE_CMD} -E 's/^(INFO_DEPS.*=)(.*)/\1#\2/' ${WRKSRC}/gdb/doc/Makefile.in |
31 |
@${REINPLACE_CMD} -E 's/^(INFO_DEPS.*=)(.*)/\1#\2/' ${WRKSRC}/gdb/doc/Makefile.in |