summaryrefslogtreecommitdiff
path: root/devel/librolegen/Makefile
blob: 610879677439d1952f48aff0cc7d56e34016dd44 (plain)
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

USE_LDCONFIG=	yes

.include <bsd.port.mk>