summaryrefslogtreecommitdiffstats
path: root/accessibility/accerciser/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2008-04-23 07:21:48 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2008-04-23 07:21:48 +0800
commit91008b4c2c3feb1ba2dd3ead51f3b69693c906eb (patch)
treeaef2cbc049ed1db9f28f75ba49a3ea0bc1e25a1c /accessibility/accerciser/Makefile
parent3450d6fea2cb83d95ed49d603c0e556ef3f8a032 (diff)
downloadmarcuscom-ports-91008b4c2c3feb1ba2dd3ead51f3b69693c906eb.tar
marcuscom-ports-91008b4c2c3feb1ba2dd3ead51f3b69693c906eb.tar.gz
marcuscom-ports-91008b4c2c3feb1ba2dd3ead51f3b69693c906eb.tar.bz2
marcuscom-ports-91008b4c2c3feb1ba2dd3ead51f3b69693c906eb.tar.lz
marcuscom-ports-91008b4c2c3feb1ba2dd3ead51f3b69693c906eb.tar.xz
marcuscom-ports-91008b4c2c3feb1ba2dd3ead51f3b69693c906eb.tar.zst
marcuscom-ports-91008b4c2c3feb1ba2dd3ead51f3b69693c906eb.zip
Update to 1.3.1
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10900 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/accerciser/Makefile')
-rw-r--r--accessibility/accerciser/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/accessibility/accerciser/Makefile b/accessibility/accerciser/Makefile
new file mode 100644
index 000000000..d9b11ce5b
--- /dev/null
+++ b/accessibility/accerciser/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: accerciser
+# Date created: 2007-09-17
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/accessibility/accerciser/Makefile,v 1.13 2008/03/10 21:21:07 mezz Exp $
+#
+
+PORTNAME= accerciser
+PORTVERSION= 1.3.1
+CATEGORIES= accessibility gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Interactive Python accessibility explorer for GNOME
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_GNOME= pygnomedesktop atspi intlhack
+USE_PYTHON= yes
+USE_GETTEXT= yes
+INSTALLS_OMF= yes
+INSTALLS_ICONS= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+GCONF_SCHEMAS= accerciser.schemas
+MAN1= accerciser.1
+
+.include <bsd.port.mk>