freebsd-ports/textproc/dict/Makefile

30 lines
649 B
Makefile
Raw Normal View History

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>
#
1999-08-31 04:11:56 +02:00
# $FreeBSD$
#
PORTNAME= dict
2001-08-21 03:07:07 +02:00
PORTVERSION= 1.5.5
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.cs.unc.edu/pub/users/faith/dict/ \
ftp://ftp.dict.org/pub/dict/
DISTNAME= ${PORTNAME}d-${PORTVERSION}
2002-05-11 08:08:09 +02:00
MAINTAINER= dd@FreeBSD.org
1999-10-27 11:03:55 +02:00
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-local-zlib --with-cflags="${CFLAGS}" \
--with-etcdir=${PREFIX}/etc
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
.include <bsd.port.mk>