aboutsummaryrefslogtreecommitdiff
path: root/textproc/aiksaurus/Makefile
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2004-07-23 20:46:56 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2004-07-23 20:46:56 +0000
commit33a0a1739517d70b2d8b9e7a783e996797c72ca6 (patch)
treedf11950239c026f0ca3c111adc1d75cfc2394fe8 /textproc/aiksaurus/Makefile
parentb78a6067e6335f9c27ea1cc6d3255409a3857b68 (diff)
downloadports-33a0a1739517d70b2d8b9e7a783e996797c72ca6.tar.gz
ports-33a0a1739517d70b2d8b9e7a783e996797c72ca6.zip
Notes
Diffstat (limited to 'textproc/aiksaurus/Makefile')
-rw-r--r--textproc/aiksaurus/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/textproc/aiksaurus/Makefile b/textproc/aiksaurus/Makefile
new file mode 100644
index 000000000000..a11f9192a79b
--- /dev/null
+++ b/textproc/aiksaurus/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: aiksaurus
+# Date created: 23 July 2004
+# Whom: Mezz <mezz@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= aiksaurus
+PORTVERSION= 1.2.1
+PORTREVISION?= 0
+CATEGORIES?= textproc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= aiksaurus
+
+MAINTAINER?= gnome@FreeBSD.org
+COMMENT?= A set of libraries and applications which provide a thesaurus
+
+USE_GMAKE= yes
+USE_GNOME= gnomehack gnometarget
+USE_X_PREFIX= yes
+INSTALLS_SHLIB= yes
+USE_LIBTOOL_VER=15
+CONFIGURE_ARGS?=--without-gtk
+
+.include <bsd.port.mk>