blob: 7dc5c6939bd65324a16414be4878bfab1c12aa11 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
PORTNAME= libixion
DISTVERSION= 0.19.0
PORTREVISION= 5
CATEGORIES= textproc
MASTER_SITES= https://kohei.us/files/ixion/src/
MAINTAINER= office@FreeBSD.org
COMMENT= General purpose formula parser, interpreter, dependency tracker
WWW= https://gitlab.com/ixion/ixion
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= mdds>=2.1:devel/mdds
LIB_DEPENDS= libboost_system.so:devel/boost-libs
USES= libtool localbase pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
PLIST_SUB= VERSION=0.18
#PLIST_SUB= VERSION=${DISTVERSION:R}
CONFIGURE_ARGS= --disable-python
.include <bsd.port.mk>
|