blob: 49ecb821aa943da899f720a9b98724f28a11a9af (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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>
|