- update auf gnustep-back 0.10
Approved by: knu (implicit)
This commit is contained in:
parent
bcb1c5fc5c
commit
e48063b161
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140259
1 changed files with 4 additions and 3 deletions
|
@ -22,11 +22,11 @@ BUILD_DEPENDS= ${GNUSTEP_PREFIX}/System/Makefiles/GNUstep.sh:${PORTSDIR}/${GNUST
|
|||
${LOCALBASE}/lib/libcallback.a:${PORTSDIR}/devel/ffcall \
|
||||
${COMBOLIBDIR}/libgnustep-base.so:${PORTSDIR}/${GNUSTEP_BASE_PORT} \
|
||||
${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/${GNUSTEP_GUI_PORT} \
|
||||
${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/${GNUSTEP_BACK_PORT}
|
||||
${BACKBUNDLEDIR}/libgnustep-back${BACKSUFFIX}:${PORTSDIR}/${GNUSTEP_BACK_PORT}
|
||||
RUN_DEPENDS= ${GNUSTEP_PREFIX}/System/Makefiles/GNUstep.sh:${PORTSDIR}/${GNUSTEP_MAKE_PORT} \
|
||||
${COMBOLIBDIR}/libgnustep-base.so:${PORTSDIR}/${GNUSTEP_BASE_PORT} \
|
||||
${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/${GNUSTEP_GUI_PORT} \
|
||||
${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/${GNUSTEP_BACK_PORT}
|
||||
${BACKBUNDLEDIR}/libgnustep-back${BACKSUFFIX}:${PORTSDIR}/${GNUSTEP_BACK_PORT}
|
||||
.if !defined(GNUSTEP_WITH_BASE_GCC)
|
||||
BUILD_DEPENDS+= ${TARGLIB}/libobjc.so:${PORTSDIR}/${GNUSTEP_GCC_PORT}
|
||||
RUN_DEPENDS+= ${TARGLIB}/libobjc.so:${PORTSDIR}/${GNUSTEP_GCC_PORT}
|
||||
|
@ -46,6 +46,7 @@ GNUSTEP_MAKE_PORT?= devel/gnustep-make
|
|||
GNUSTEP_BASE_PORT?= lang/gnustep-base
|
||||
GNUSTEP_GUI_PORT?= x11-toolkits/gnustep-gui
|
||||
GNUSTEP_BACK_PORT?= x11-toolkits/gnustep-back
|
||||
BACKSUFFIX?= -010
|
||||
GNUSTEP_PREFIX= ${LOCALBASE}/GNUstep
|
||||
GNUSTEP_LOCAL_ROOT= ${GNUSTEP_PREFIX}/Local
|
||||
GNUSTEP_SYSTEM_ROOT= ${GNUSTEP_PREFIX}/System
|
||||
|
@ -53,7 +54,7 @@ GNUSTEP_NETWORK_ROOT= ${GNUSTEP_PREFIX}/Network
|
|||
GNUSTEP_USER_ROOT= ${GNUSTEP_PREFIX}/Local/Users
|
||||
GNUSTEP_MAKEFILES= ${GNUSTEP_SYSTEM_ROOT}/Makefiles
|
||||
|
||||
BACKBUNDLEDIR= ${GNUSTEP_PREFIX}/System/Library/Bundles/libgnustep-back.bundle
|
||||
BACKBUNDLEDIR= ${GNUSTEP_PREFIX}/System/Library/Bundles/libgnustep-back${BACKSUFFIX}.bundle
|
||||
SYSLIBDIR= ${GNUSTEP_PREFIX}/System/Library/Libraries
|
||||
COMBOLIBDIR= ${SYSLIBDIR}
|
||||
MAKE_ENV+= GNUSTEP_FLATTENED=yes
|
||||
|
|
Loading…
Reference in a new issue