1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/devel/librolegen/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

22 lines
391 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:devel/cmake-modules-webos
USE_GITHUB= yes
GH_ACCOUNT= FreeWebOS
USES= cmake:outsource
USE_LDCONFIG= yes
.include <bsd.port.mk>