23 lines
412 B
Makefile
23 lines
412 B
Makefile
PORTNAME= Commons
|
|
PORTVERSION= 1.0.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel science
|
|
PKGNAMEPREFIX= ISCD-
|
|
|
|
MAINTAINER= thierry@FreeBSD.org
|
|
COMMENT= Common code shared by many ISCD softwares
|
|
WWW= https://github.com/ISCDtoolbox/Commons
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake:testing
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ISCDtoolbox
|
|
|
|
CFLAGS+= -funroll-loops
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|