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
|
2001-08-21 03:07:07 +02:00
|
|
|
PORTVERSION= 1.5.5
|
1999-03-22 02:17:24 +01:00
|
|
|
CATEGORIES= textproc
|
1998-03-10 10:18:47 +01:00
|
|
|
MASTER_SITES= ftp://ftp.cs.unc.edu/pub/users/faith/dict/ \
|
|
|
|
ftp://ftp.dict.org/pub/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
|
1999-10-27 11:03:55 +02:00
|
|
|
|
1998-02-25 02:23:01 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2001-08-21 04:51:53 +02:00
|
|
|
CONFIGURE_ARGS= --without-local-zlib --with-cflags="${CFLAGS}" \
|
|
|
|
--with-etcdir=${PREFIX}/etc
|
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:
|
|
|
|
${PERL} -pi.orig -e 's|/etc/|${PREFIX}/etc/|g' ${WRKSRC}/dict.1
|
|
|
|
|
1998-02-25 02:23:01 +01:00
|
|
|
.include <bsd.port.mk>
|