diff options
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/instant-workstation/Makefile | 36 | ||||
-rw-r--r-- | misc/instant-workstation/distinfo | 1 | ||||
-rw-r--r-- | misc/instant-workstation/pkg-comment | 1 | ||||
-rw-r--r-- | misc/instant-workstation/pkg-descr | 1 | ||||
-rw-r--r-- | misc/instant-workstation/pkg-plist | 3 |
6 files changed, 43 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 294171e5028e..2e9f4057af7b 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -70,6 +70,7 @@ SUBDIR += hello SUBDIR += heyu SUBDIR += histring + SUBDIR += instant-workstation SUBDIR += iselect SUBDIR += jargon SUBDIR += jive diff --git a/misc/instant-workstation/Makefile b/misc/instant-workstation/Makefile new file mode 100644 index 000000000000..d6600fcb5126 --- /dev/null +++ b/misc/instant-workstation/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: instant-workstation +# Date created: 12 February 2001 +# Whom: grog +# +# $FreeBSD$ +# + +PORTNAME= instant-workstation +PORTVERSION= 1.0 +CATEGORIES= misc +MASTER_SITES= ftp://ftp.lemis.com/pub/ + +MAINTAINER= grog + +BUILD_DEPENDS= acroread:${PORTSDIR}/print/acroread \ + bash:${PORTSDIR}/shells/bash2 \ + cdrecord:${PORTSDIR}/sysutils/cdrecord \ + emacs:${PORTSDIR}/editors/emacs20 \ + fetchmail:${PORTSDIR}/mail/fetchmail \ + ghostscript:${PORTSDIR}/print/ghostscript6 \ + ghostview:${PORTSDIR}/print/ghostview \ + gv:${PORTSDIR}/print/gv \ + gnupg:${PORTSDIR}/security/gnupg \ + ispell:${PORTSDIR}/textproc/ispell \ + startkde:${PORTSDIR}/x11/kde2 \ + mkisofs:${PORTSDIR}/sysutils/mkisofs \ + mutt:${PORTSDIR}/mail/mutt \ + netscape:${PORTSDIR}/www/netscape47-communicator \ + png:${PORTSDIR}/graphics/png \ + postfix:${PORTSDIR}/mail/postfix \ + xtset:${PORTSDIR}/x11/xtset \ + xv:${PORTSDIR}/graphics/xv + +NO_WRKSUBDIR= YES + +.include <bsd.port.mk> diff --git a/misc/instant-workstation/distinfo b/misc/instant-workstation/distinfo new file mode 100644 index 000000000000..0e6bf02d8949 --- /dev/null +++ b/misc/instant-workstation/distinfo @@ -0,0 +1 @@ +MD5 (instant-workstation-1.0.tar.gz) = 94757f66b672000f309ccc08b883fbb6 diff --git a/misc/instant-workstation/pkg-comment b/misc/instant-workstation/pkg-comment new file mode 100644 index 000000000000..3cede418ddb4 --- /dev/null +++ b/misc/instant-workstation/pkg-comment @@ -0,0 +1 @@ +instant workstation installs a typical set of ports for a workstation diff --git a/misc/instant-workstation/pkg-descr b/misc/instant-workstation/pkg-descr new file mode 100644 index 000000000000..a5d070d75bcf --- /dev/null +++ b/misc/instant-workstation/pkg-descr @@ -0,0 +1 @@ +Instant workstation installs a typical set of ports for a workstation. diff --git a/misc/instant-workstation/pkg-plist b/misc/instant-workstation/pkg-plist new file mode 100644 index 000000000000..4a8fb4d426f9 --- /dev/null +++ b/misc/instant-workstation/pkg-plist @@ -0,0 +1,3 @@ +share/ +share/abbreviations +share/.bashrc |