summaryrefslogtreecommitdiff
path: root/textproc/aiksaurus/Makefile
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2003-09-26 20:04:14 +0000
committerrecht <recht@pkgsrc.org>2003-09-26 20:04:14 +0000
commit972b2650d07cb7b73668f0c61a725278e3f6902c (patch)
treefe852af172c0fbfc77ef80c36d8ee69ffbf92cb5 /textproc/aiksaurus/Makefile
parentd4898a279c4a8f61d706b09ecfe32e487e13a3c7 (diff)
downloadpkgsrc-972b2650d07cb7b73668f0c61a725278e3f6902c.tar.gz
Update to 1.0.1
Some cleanup and fixes. The distname has changed from Aiksaurus to aiksaurus. Since the only pkg that uses aiksaurus is LyX, which will be updated in a few seconds, keep the new name.
Diffstat (limited to 'textproc/aiksaurus/Makefile')
-rw-r--r--textproc/aiksaurus/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/textproc/aiksaurus/Makefile b/textproc/aiksaurus/Makefile
index 97c4c2dd9a2..c83ed789142 100644
--- a/textproc/aiksaurus/Makefile
+++ b/textproc/aiksaurus/Makefile
@@ -1,17 +1,19 @@
-# $NetBSD: Makefile,v 1.2 2003/09/14 18:13:48 recht Exp $
+# $NetBSD: Makefile,v 1.3 2003/09/26 20:04:14 recht Exp $
#
-DISTNAME= Aiksaurus-0.15
+DISTNAME= aiksaurus-1.0.1
CATEGORIES= textproc
-MASTER_SITES= http://www.aiksaurus.com/dist/TAR/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aiksaurus/}
MAINTAINER= recht@NetBSD.org
-HOMEPAGE= http://www.aiksaurus.com/
+HOMEPAGE= http://aiksaurus.sourceforge.net/
COMMENT= English-language thesaurus
USE_BUILDLINK2= YES
USE_LIBTOOL= YES
-LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
GNU_CONFIGURE= YES
+CONFIGURE_ARGS= --without-gtk
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+PKGCONFIG_OVERRRIDE= base/aiksaurus-1.0.pc.in
.include "../../mk/bsd.pkg.mk"