Annotation of mystuff-openscad/devel/sanitizers-cmake/Makefile, Revision 1.1
1.1 ! afresh1 1:
! 2: V = 2023.01.30
! 3: DISTNAME = ${GH_PROJECT}-${V}
! 4:
! 5: COMMENT = CMake module to enable sanitizers for binary targets
! 6: GH_ACCOUNT = arsenm
! 7: GH_PROJECT = sanitizers-cmake
! 8: #GH_TAGNAME = v${V}
! 9: GH_COMMIT = c3dc841af4dbf44669e65b82cb68a575864326bd
! 10:
! 11: CATEGORIES = devel
! 12:
! 13: # Apache-2.0 license
! 14: PERMIT_PACKAGE = Yes
! 15:
! 16: MODULES = devel/cmake
! 17: COMPILER = base-clang ports-gcc base-gcc
! 18:
! 19: do-install:
! 20: ${INSTALL_DATA_DIR} ${PREFIX}/share/cmake/Modules/
! 21: ${INSTALL_DATA} ${WRKSRC}/cmake/*.cmake \
! 22: ${PREFIX}/share/cmake/Modules/
! 23:
! 24: .include <bsd.port.mk>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>