aboutsummaryrefslogtreecommitdiffstats
path: root/devel/librolegen/Makefile
blob: 5bb3321fa6e14fc9c64ab258219bf92c70f65d8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $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:devel/cmake-modules-webos

USE_GITHUB= yes
GH_ACCOUNT= FreeWebOS

USES=       cmake:outsource

USE_LDCONFIG=   yes

.include <bsd.port.mk>