opnsense-ports/textproc/aiksaurus/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

27 lines
624 B
Makefile

# $FreeBSD$
# $MCom: ports/textproc/aiksaurus/Makefile,v 1.2 2006/09/10 00:51:13 mezz Exp $
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
LICENSE= GPLv2
USES= gmake libtool pathfix pkgconfig
USE_CSTD= gnu89
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS?=--without-gtk
.include <bsd.port.pre.mk>
.if defined(PKGNAMESUFFIX) && ${OPSYS} == FreeBSD && ${OSVERSION} > 1000000
BROKEN= does not link against GTK2 on FreeBSD 10+
.endif
.include <bsd.port.post.mk>