mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
c72a7f070e
With hat: portmgr Sponsored by: Absolight
22 lines
403 B
Makefile
22 lines
403 B
Makefile
# $FreeBSD$
|
|
|
|
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:${PORTSDIR}/devel/cmake-modules-webos
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= FreeWebOS
|
|
|
|
USES= cmake:outsource
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|