diff options
Diffstat (limited to 'x11/gnome2/Makefile')
-rw-r--r-- | x11/gnome2/Makefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile deleted file mode 100644 index dd818ad0312a..000000000000 --- a/x11/gnome2/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: gnome -# Version required: 0.99.3 -# Date created: 17 Aug 1998 -# Whom: Yukihiro Nakai <Nakai@technologist.com> -# -# $Id: Makefile,v 1.3 1999/01/20 22:11:43 vanilla Exp $ -# - -DISTNAME= gnome-0.99.3 -CATEGORIES= x11 -MASTER_SITES= # empty -DISTFILES= # empty - -MAINTAINER= nacai@iname.com - -LIB_DEPENDS= gnome.1:${PORTSDIR}/x11/gnomelibs \ - panel_applet.1:${PORTSDIR}/x11/gnomecore \ - gdkcardimage.1:${PORTSDIR}/games/gnomegames \ - gnomeprint.0:${PORTSDIR}/print/gnomeprint -# gxsnmp.1:${PORTSDIR}/sysutils/gnomeadmin -RUN_DEPENDS= gcalc:${PORTSDIR}/misc/gnomeutils \ - ElectricEyes:${PORTSDIR}/graphics/electriceyes \ - gtop:${PORTSDIR}/sysutils/gtop \ - gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter \ - gnomecard:${PORTSDIR}/deskutils/gnomepim \ - gnumeric:${PORTSDIR}/math/gnumeric - -EXTRACT_ONLY= # empty -NO_BUILD= yes - -do-install: # empty - -.include <bsd.port.mk> |