summaryrefslogtreecommitdiffstats
path: root/accessibility/orca/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
commit1b3327761c8bcb98d89b529daeae9600844b4361 (patch)
tree0be1cd4eb5fec6661da4798906b0d9bd522e794f /accessibility/orca/Makefile
parenta65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff)
downloadmarcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/orca/Makefile')
-rw-r--r--accessibility/orca/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/accessibility/orca/Makefile b/accessibility/orca/Makefile
deleted file mode 100644
index b3e6ee33d..000000000
--- a/accessibility/orca/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: orca
-# Date created: 25 Jul 2006
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/accessibility/orca/Makefile,v 1.3 2006/08/22 02:58:58 marcus Exp $
-#
-
-PORTNAME= orca
-PORTVERSION= 1.0.0
-CATEGORIES= accessibility x11 gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Scriptable screen reader
-
-LIB_DEPENDS= gnome-mag.2:${PORTSDIR}/accessibility/gnome-mag
-
-USE_BZIP2= yes
-USE_GETTEXT= yes
-USE_XLIB= yes
-USE_PYTHON= yes
-USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack libgnomeui atspi gnomespeech pygnome2
-INSTALLS_ICONS= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-.include <bsd.port.mk>