1999-10-27 11:03:55 +02:00
|
|
|
# ex:ts=8
|
2000-02-13 04:25:05 +01:00
|
|
|
# Ports collection makefile for: dict
|
|
|
|
# Date created: 19 February 1998
|
|
|
|
# Whom: Josh Gilliam <josh@quick.net>
|
1998-02-25 02:23:01 +01:00
|
|
|
#
|
1999-08-31 04:11:56 +02:00
|
|
|
# $FreeBSD$
|
1998-02-25 02:23:01 +01:00
|
|
|
#
|
|
|
|
|
2000-04-09 23:54:47 +02:00
|
|
|
PORTNAME= dict
|
2003-12-24 13:49:52 +01:00
|
|
|
PORTVERSION= 1.9.10
|
2003-10-16 09:11:25 +02:00
|
|
|
PORTREVISION= 0
|
1999-03-22 02:17:24 +01:00
|
|
|
CATEGORIES= textproc
|
2003-12-24 13:49:52 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= dict
|
2000-04-09 23:54:47 +02:00
|
|
|
DISTNAME= ${PORTNAME}d-${PORTVERSION}
|
1998-02-25 02:23:01 +01:00
|
|
|
|
2002-05-11 08:08:09 +02:00
|
|
|
MAINTAINER= dd@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Dictionary Server Protocol (RFC2229) client
|
1999-10-27 11:03:55 +02:00
|
|
|
|
2003-06-27 00:58:32 +02:00
|
|
|
LIB_DEPENDS= ltdl.4:${PORTSDIR}/devel/libltdl
|
|
|
|
|
2002-07-08 02:03:02 +02:00
|
|
|
USE_BISON= yes
|
2002-11-01 00:34:11 +01:00
|
|
|
USE_REINPLACE= yes
|
2003-06-27 00:58:32 +02:00
|
|
|
USE_LIBTOOL_VER= 14
|
2001-08-21 04:51:53 +02:00
|
|
|
CONFIGURE_ARGS= --without-local-zlib --with-cflags="${CFLAGS}" \
|
|
|
|
--with-etcdir=${PREFIX}/etc
|
2003-10-17 11:11:39 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
1998-02-25 02:23:01 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
ALL_TARGET= dict
|
|
|
|
INSTALL_TARGET= install.dict
|
|
|
|
MAN1= dict.1
|
|
|
|
|
2001-08-21 03:07:07 +02:00
|
|
|
post-patch:
|
2002-11-01 00:34:11 +01:00
|
|
|
${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' ${WRKSRC}/dict.1
|
2001-08-21 03:07:07 +02:00
|
|
|
|
1998-02-25 02:23:01 +01:00
|
|
|
.include <bsd.port.mk>
|