Open yurivict opened 4 years ago
For the purposes of the FreeBSD port I had to add this instead:
do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/include/${PORTNAME} cd ${WRKSRC}/../src && ${COPYTREE_SHARE} \*.h ${STAGEDIR}${PREFIX}/include/${PORTNAME} ${INSTALL_LIB} ${WRKSRC}/libHEAAN.so ${STAGEDIR}${PREFIX}/lib
But the project is expected to install itself.
For the purposes of the FreeBSD port I had to add this instead:
But the project is expected to install itself.