aboutsummaryrefslogtreecommitdiff
path: root/misc/instant-workstation/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/instant-workstation/Makefile')
-rw-r--r--misc/instant-workstation/Makefile59
1 files changed, 0 insertions, 59 deletions
diff --git a/misc/instant-workstation/Makefile b/misc/instant-workstation/Makefile
deleted file mode 100644
index e9b330d57214..000000000000
--- a/misc/instant-workstation/Makefile
+++ /dev/null
@@ -1,59 +0,0 @@
-# New ports collection makefile for: instant-workstation
-# Date created: 12 February 2001
-# Whom: grog
-#
-# $FreeBSD$
-#
-
-PORTNAME= instant-workstation
-PORTVERSION= 1.1
-PORTREVISION= 6
-CATEGORIES= misc
-MASTER_SITES= ftp://ftp.lemis.com/pub/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Instant workstation installs a typical set of ports for a workstation
-
-BROKEN= Incomplete pkg-plist
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE=2006-12-01
-
-USE_GHOSTSCRIPT_RUN= yes
-
-RUN_DEPENDS= acroread7:${PORTSDIR}/print/acroread7 \
- bash:${PORTSDIR}/shells/bash2 \
- cdrecord:${PORTSDIR}/sysutils/cdrtools \
- dos2unix:${PORTSDIR}/converters/unix2dos \
- emacs:${PORTSDIR}/editors/emacs \
- fetchmail:${PORTSDIR}/mail/fetchmail \
- grip:${PORTSDIR}/audio/grip \
- gimp:${PORTSDIR}/graphics/gimp1 \
- gv:${PORTSDIR}/print/gv \
- gpgv:${PORTSDIR}/security/gnupg1 \
- ispell:${PORTSDIR}/textproc/ispell \
- startkde:${PORTSDIR}/x11/kde3 \
- mutt:${PORTSDIR}/mail/mutt \
- mozilla:${PORTSDIR}/www/mozilla \
- ${LOCALBASE}/sbin/postfix:${PORTSDIR}/mail/postfix \
- xtset:${PORTSDIR}/x11/xtset \
- xmms:${PORTSDIR}/multimedia/xmms \
- xv:${PORTSDIR}/graphics/xv
-
-NO_WRKSUBDIR= YES
-NO_BUILD= YES
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} <= 440002
-RUN_DEPENDS+= mount_smbfs:${PORTSDIR}/net/smbfs
-.endif
-
-pre-everything::
-.if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes
- @${ECHO} ""
- @${ECHO} " Define WITH_GHOSTSCRIPT_AFPL=yes to use"
- @${ECHO} " AFPL Postscript interpreter instead of GNU one"
- @${ECHO} ""
-.endif
-
-.include <bsd.port.post.mk>