blob: 7b13fde2b24e06c762c1095447b877ca88d714c8 (
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
# New ports collection makefile for: instant-tinderbox
# Date created: 28 November 2005
# Whom: Edwin Groothuis
#
# $FreeBSD$
#
PORTNAME= instant-tinderbox
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= ports-mgmt
DISTFILES=
MAINTAINER= edwin@mavetju.org
COMMENT= Build a whole bunch of often-required ports for a tinderbox environment
.if !defined(TINDERD_SLEEPTIME)
IGNORE= should only be build from within a Tinderbox environment
.endif
###############################################################################
USE_SDL= ${_USE_SDL_ALL}
USE_GNOME= gnomelibs
USE_KDELIBS_VER= 3
USE_QT_VER= 3
USE_MYSQL= yes
USE_PGSQL= yes
USE_BDB= yes
USE_SQLITE= yes
USE_APACHE= yes
USE_PHP= yes
USE_TCL_RUN= yes
USE_TK_RUN= yes
USE_XLIB= yes
USE_PERL5= yes
USE_ICONV= yes
USE_GETTEXT= yes
USE_GMAKE= yes
USE_GHOSTSCRIPT=yes
USE_BISON= yes
USE_FREETYPE= yes
USE_GL= yes
USE_XPM= yes
USE_OPENLDAP= yes
USE_FAM= yes
USE_PYTHON= yes
USE_RUBY= yes
USE_LINUX= yes
.for v in 213 253 259
RUN_DEPENDS+= autoconf${v}:${PORTSDIR}/devel/autoconf${v}
.endfor
.for v in 14 15 19
RUN_DEPENDS+= automake${v}:${PORTSDIR}/devel/automake${v}
.endfor
###############################################################################
NO_BUILD= yes
PLIST_FILES=
NO_WRKSUBDIR= yes
do-install:
${DO_NADA}
.include <bsd.port.mk>
|