forked from Lainports/freebsd-ports
Homepage link is permanent redirected to its HTTPS counterpart Issue reported by repology : https://repology.org/repository/freebsd/problems Approved by: portmgr (blanket) PR: 274888
21 lines
420 B
Makefile
21 lines
420 B
Makefile
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>
|