mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
stage devel/psptoolchain-pspsdk-stage1 and restore maintainship
PR: 192146 Submitted by: former maintainer (Tassilo Philipp)
This commit is contained in:
parent
7e27cfb488
commit
3e07c4cec3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363161
@ -3,19 +3,20 @@
|
||||
|
||||
PORTNAME= pspsdk
|
||||
PORTVERSION= 20111215
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.potion-studios.com/
|
||||
PKGNAMEPREFIX= psptoolchain-
|
||||
PKGNAMESUFFIX?= -stage1
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= tphilipp@potion-studios.com
|
||||
COMMENT= PlayStation Portable development toolchain ${PORTNAME}
|
||||
|
||||
PSP_SDK_STAGE_PREFIX= psp/stage1
|
||||
|
||||
USE_AUTOTOOLS= libtool:env aclocal:env autoheader:env automake:env autoconf:env
|
||||
USE_AUTOTOOLS= aclocal:env autoheader:env automake:env autoconf:env
|
||||
HAS_CONFIGURE= yes
|
||||
USES= gmake
|
||||
USES= gmake libtool
|
||||
CONFIGURE_ARGS?= --prefix=${PREFIX}/${PSP_SDK_STAGE_PREFIX} \
|
||||
--with-pspdev="${LOCALBASE}/${PSP_SDK_STAGE_PREFIX}"
|
||||
|
||||
@ -26,7 +27,6 @@ CONFIGURE_ARGS?= --prefix=${PREFIX}/${PSP_SDK_STAGE_PREFIX} \
|
||||
INSTALL_TARGET= install-data
|
||||
NO_BUILD= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -E 's/^(prefix="\$$pspdev")$$/#\1/' ${WRKSRC}/configure.ac
|
||||
@${REINPLACE_CMD} -E 's/^(psp_targetdir=")psp(")$$/\1.\2/' ${WRKSRC}/configure.ac
|
||||
|
Loading…
Reference in New Issue
Block a user