1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/librolegen/Makefile
Mathieu Arnold c72a7f070e Fix USE_GITHUB usage.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-28 14:27:06 +00:00

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>