blob: 2e07a71b1fd1e9e26c4fdc668ff47e5af5ea4c3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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>
|