freebsd-ports/devel/librolegen/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

19 lines
368 B
Makefile

PORTNAME= librolegen
PORTVERSION= 1.0b
CATEGORIES= devel
MAINTAINER= penzin.dev@gmail.com
COMMENT= Library to dynamically generate webOS system bus role files
LICENSE= APACHE20
BUILD_DEPENDS= ${LOCALBASE}/share/cmake/Modules/webOS/webOS.cmake:devel/cmake-modules-webos
USE_GITHUB= yes
GH_ACCOUNT= FreeWebOS
USES= cmake
USE_LDCONFIG= yes
.include <bsd.port.mk>