2004-07-23 22:46:56 +02:00
|
|
|
# $FreeBSD$
|
2006-10-14 10:54:54 +02:00
|
|
|
# $MCom: ports/textproc/aiksaurus/Makefile,v 1.2 2006/09/10 00:51:13 mezz Exp $
|
2004-07-23 22:46:56 +02:00
|
|
|
|
|
|
|
PORTNAME= aiksaurus
|
|
|
|
PORTVERSION= 1.2.1
|
2006-10-14 10:54:54 +02:00
|
|
|
PORTREVISION?= 2
|
2004-07-23 22:46:56 +02:00
|
|
|
CATEGORIES?= textproc
|
2009-08-22 02:37:17 +02:00
|
|
|
MASTER_SITES= SF
|
2004-07-23 22:46:56 +02:00
|
|
|
|
|
|
|
MAINTAINER?= gnome@FreeBSD.org
|
|
|
|
COMMENT?= A set of libraries and applications which provide a thesaurus
|
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2004-07-23 22:46:56 +02:00
|
|
|
USE_GMAKE= yes
|
2010-10-12 14:45:13 +02:00
|
|
|
USE_CSTD= gnu89
|
2013-03-25 14:59:20 +01:00
|
|
|
USES= pathfix
|
2006-10-14 10:54:54 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-07-23 22:46:56 +02:00
|
|
|
CONFIGURE_ARGS?=--without-gtk
|
|
|
|
|
2007-02-04 04:44:50 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
|
|
|
|
${WRKSRC}/configure
|
|
|
|
|
2004-07-23 22:46:56 +02:00
|
|
|
.include <bsd.port.mk>
|