aboutsummaryrefslogtreecommitdiff
path: root/textproc/aiksaurus/Makefile
blob: 679dad7948870613a609ba632bf7e5e3d836b2cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	aiksaurus
PORTVERSION=	1.2.1
PORTREVISION?=	3
CATEGORIES?=	textproc
MASTER_SITES=	SF

MAINTAINER?=	gnome@FreeBSD.org
COMMENT?=	Set of libraries and applications which provide a thesaurus
WWW=		https://aiksaurus.sourceforge.net/

LICENSE=	GPLv2

USES=		gmake libtool pathfix pkgconfig
USE_CSTD=	gnu89
USE_CXXSTD=	c++14
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes
CONFIGURE_ARGS?=--without-gtk

.include <bsd.port.mk>