1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/devel/orcania/Makefile
Dan Langille 360f8d6391 devel/orcania: New Port: Library of functions
Added because it is a dependency of www/glewlwyd - see upcoming commit
2021-12-29 01:22:59 +00:00

19 lines
317 B
Makefile

PORTNAME= orcania
DISTVERSIONPREFIX= v
DISTVERSION= 2.2.1
CATEGORIES= devel
MAINTAINER= dvl@FreeBSD.org
COMMENT= Potluck with different functions for different purposes
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= babelouest
GH_PROJECT= orcania
.include <bsd.port.mk>