c6457ffef4
With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
19 lines
326 B
Makefile
19 lines
326 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cmake-modules-webos
|
|
DISTVERSION= 1.0b
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= penzin.dev@gmail.com
|
|
COMMENT= CMake modules needed to build WebOS components
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= FreeWebOS
|
|
GH_TAGNAME= submissions/19
|
|
|
|
USES= cmake:outsource
|
|
INSTALL_TARGET= install
|
|
|
|
.include <bsd.port.mk>
|