1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

net/xrdp: Switch to GH_TUPLE

Sponsored by:	HAW International
This commit is contained in:
Koichiro Iwao 2021-03-22 06:31:24 +00:00
parent 5698ddabdc
commit f847e04a2e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=568939

View File

@ -29,8 +29,9 @@ USE_GITHUB= yes
GNU_CONFIGURE= yes
GH_ACCOUNT= neutrinolabs
GH_PROJECT= xrdp librfxcodec:librfxcodec libpainter:libpainter
GH_TAGNAME= v0.1.5:librfxcodec v0.1.1:libpainter
GH_PROJECT= xrdp
GH_TUPLE= neutrinolabs:librfxcodec:v0.1.5:librfxcodec/librfxcodec \
neutrinolabs:libpainter:v0.1.1:libpainter/libpainter
CONFIGURE_ARGS= --localstatedir=/var --enable-strict-locations \
--with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig \
@ -72,11 +73,6 @@ CONFIGURE_ENV+= OPENSSL_CFLAGS="-I${OPENSSLINC}" \
OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl"
.endif
post-extract:
# librfxcodec is provided as git submodule
@${CP} -r ${WRKSRC_librfxcodec}/ ${WRKSRC}/librfxcodec/
@${CP} -r ${WRKSRC_libpainter}/ ${WRKSRC}/libpainter/
pre-configure:
@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./bootstrap