aboutsummaryrefslogtreecommitdiff
path: root/devel/librolegen/Makefile
blob: 580818f25aff2593973c9215b8496380e3d4f4b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>