snucrypto / HEAAN

Other
357 stars 94 forks source link

Please add the 'install' target #47

Open yurivict opened 4 years ago

yurivict commented 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.