1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

russian/xcode:

- Add stage support
- Respect CC/CFLAGS
This commit is contained in:
Max Brazhnikov 2014-07-29 09:45:00 +00:00
parent 5883d2a2c8
commit 3039024427
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363302

View File

@ -16,10 +16,11 @@ PLIST_FILES= bin/xcode
NO_WRKSUBDIR= yes
MAKEFILE= makefile
ALL_TARGET= xcode
CFLAGS+= -DD_KOI
NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e 's,gcc -g,${CC} ${CFLAGS},' ${WRKSRC}/makefile
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/xcode ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/xcode ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>