aboutsummaryrefslogtreecommitdiffstats
path: root/print/ggv/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-07-16 03:24:24 +0800
committermarcus <marcus@FreeBSD.org>2003-07-16 03:24:24 +0800
commit59a7f0aca77703613d8fb0ea61daf2e67636f944 (patch)
treef5e9b1f22ec066aa19a276d8c7d1bd0b84c26a59 /print/ggv/Makefile
parent055951818ab9b3f2f054428aaa7f824bde6bed61 (diff)
downloadfreebsd-ports-gnome-59a7f0aca77703613d8fb0ea61daf2e67636f944.tar.gz
freebsd-ports-gnome-59a7f0aca77703613d8fb0ea61daf2e67636f944.tar.zst
freebsd-ports-gnome-59a7f0aca77703613d8fb0ea61daf2e67636f944.zip
Begin the de-orbit burn of the GNOME 1.4 desktop. This is phase I. All
core desktop components are being removed.
Diffstat (limited to 'print/ggv/Makefile')
-rw-r--r--print/ggv/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/print/ggv/Makefile b/print/ggv/Makefile
deleted file mode 100644
index 1454571a83eb..000000000000
--- a/print/ggv/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: ggv
-# Date created: 21 August 1998
-# Whom: Yukihiro Nakai <Nakai@technologist.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ggv
-PORTVERSION= 1.0.2
-PORTREVISION= 2
-CATEGORIES= print gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/ggv/1.0
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= GNOME ghostscript viewer
-
-RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu
-
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack bonobo
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-bonobo
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
-
-.include <bsd.port.mk>