aboutsummaryrefslogtreecommitdiffstats
path: root/misc/instant-workstation/Makefile
blob: 2763aa286f2885e5bc66c545c2484f36614f5b9d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# New ports collection makefile for:    instant-workstation
# Date created:     12 February 2001
# Whom:         grog
#
# $FreeBSD$
#

PORTNAME=   instant-workstation
PORTVERSION=    1.0
PORTREVISION=   8
CATEGORIES= misc
MASTER_SITES=   ftp://ftp.lemis.com/pub/

MAINTAINER= grog@lemis.com
COMMENT=    Instant workstation installs a typical set of ports for a workstation

USE_GHOSTSCRIPT_RUN=    yes

RUN_DEPENDS=    acroread:${PORTSDIR}/print/acroread5 \
        bash:${PORTSDIR}/shells/bash2 \
        cdrecord:${PORTSDIR}/sysutils/cdrtools \
        dos2unix:${PORTSDIR}/converters/unix2dos \
        emacs:${PORTSDIR}/editors/emacs20 \
        fetchmail:${PORTSDIR}/mail/fetchmail \
        grip:${PORTSDIR}/audio/grip \
        gimp:${PORTSDIR}/graphics/gimp1 \
        gv:${PORTSDIR}/print/gv \
        gpg:${PORTSDIR}/security/gnupg \
        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>