summaryrefslogtreecommitdiff
path: root/textproc/dict-client/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/dict-client/Makefile')
-rw-r--r--textproc/dict-client/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/textproc/dict-client/Makefile b/textproc/dict-client/Makefile
index 5c2a3d808a0..21fe4f2deb8 100644
--- a/textproc/dict-client/Makefile
+++ b/textproc/dict-client/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2004/12/03 15:15:11 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2005/02/22 16:09:54 adam Exp $
-DISTNAME= dictd-1.8.0
-PKGNAME= dict-client-1.8.0
-PKGREVISION= 4
+DISTNAME= dictd-1.9.15
+PKGNAME= dict-client-1.9.15
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.dict.org/pub/dict/
@@ -10,9 +9,11 @@ MAINTAINER= mike@ethmoid.org
HOMEPAGE= http://www.dict.org/
COMMENT= Dictionary Service Protocol client
-USE_BUILDLINK3= yes
-USE_GNU_TOOLS+= make
-GNU_CONFIGURE= yes
+USE_BUILDLINK3= yes
+USE_GNU_TOOLS+= make
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-cflags="${CFLAGS}"
+CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR}
BUILD_TARGET= dict
INSTALL_TARGET= install.dict
@@ -21,7 +22,6 @@ FILESDIR= ${.CURDIR}/../../textproc/dict-server/files
PATCHDIR= ${.CURDIR}/../../textproc/dict-server/patches
DISTINFO_FILE= ${.CURDIR}/../../textproc/dict-server/distinfo
-CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR}
-
.include "../../devel/libltdl/buildlink3.mk"
+
.include "../../mk/bsd.pkg.mk"