summaryrefslogtreecommitdiffstats
path: root/accessibility/gnomemag/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-09-11 03:17:17 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-09-11 03:17:17 +0800
commit2a635cb60bf70607838210b4aa9d4900852d9c28 (patch)
tree7de18b8d734c8f6db5eef0ab2022bcf3de77f3e3 /accessibility/gnomemag/Makefile
parent56982b358b8669f95f1edd722d337d6e7ba47998 (diff)
downloadmarcuscom-ports-2a635cb60bf70607838210b4aa9d4900852d9c28.tar
marcuscom-ports-2a635cb60bf70607838210b4aa9d4900852d9c28.tar.gz
marcuscom-ports-2a635cb60bf70607838210b4aa9d4900852d9c28.tar.bz2
marcuscom-ports-2a635cb60bf70607838210b4aa9d4900852d9c28.tar.lz
marcuscom-ports-2a635cb60bf70607838210b4aa9d4900852d9c28.tar.xz
marcuscom-ports-2a635cb60bf70607838210b4aa9d4900852d9c28.tar.zst
marcuscom-ports-2a635cb60bf70607838210b4aa9d4900852d9c28.zip
Remove gnomemag now that it has been updated in the FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1179 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/gnomemag/Makefile')
-rw-r--r--accessibility/gnomemag/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/accessibility/gnomemag/Makefile b/accessibility/gnomemag/Makefile
deleted file mode 100644
index 32720371b..000000000
--- a/accessibility/gnomemag/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: gnomemag
-# Date created: 12 April 2003
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gnomemag
-PORTVERSION= 0.10.2
-CATEGORIES= x11 gnome accessibility
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/gnome-mag/0.10
-DISTNAME= gnome-mag-${PORTVERSION}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= GNOME screen magnifier
-
-USE_X_PREFIX= yes
-USE_GNOME= gnomehack gnomeprefix atspi libbonobo
-USE_REINPLACE= yes
-USE_GMAKE= yes
-USE_LIBTOOL= yes
-INSTALLS_SHLIB= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
-
-.include <bsd.port.mk>