21 lines
408 B
Makefile
21 lines
408 B
Makefile
PORTNAME= orcania
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.3.3
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= eduardo@FreeBSD.org
|
|
COMMENT= Potluck with different functions for different purposes
|
|
WWW= https://github.com/babelouest/orcania
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake pathfix
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= babelouest
|
|
|
|
PIE_UNSAFE= yes
|
|
|
|
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|