mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
This port is simlar to misc/instant-workstation or misc/instant-server.
It creates a whole lot of often used ports, so that after a cvsup on a tinderbox build system, you can just tinderbuild this port and all primary dependencies are updated. If you think a port is missing, let me know! Author: Edwin Groothuis <edwin@mavetju.org>
This commit is contained in:
parent
422e41d9c2
commit
560acc73a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149733
@ -159,6 +159,7 @@
|
||||
SUBDIR += hulgalugha
|
||||
SUBDIR += inplace
|
||||
SUBDIR += instant-server
|
||||
SUBDIR += instant-tinderbox
|
||||
SUBDIR += instant-workstation
|
||||
SUBDIR += iselect
|
||||
SUBDIR += iso-codes
|
||||
|
73
misc/instant-tinderbox/Makefile
Normal file
73
misc/instant-tinderbox/Makefile
Normal file
@ -0,0 +1,73 @@
|
||||
# New ports collection makefile for: instant-tinderbox
|
||||
# Date created: 28 November 2005
|
||||
# Whom: Edwin Groothuis
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= instant-tinderbox
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= misc
|
||||
DISTFILES=
|
||||
|
||||
MAINTAINER= edwin@mavetju.org
|
||||
COMMENT= Build a whole bunch of often-required ports for a tinderbox environment
|
||||
|
||||
###############################################################################
|
||||
|
||||
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
|
||||
|
||||
WANT_PHP_PEAR= yes
|
||||
USE_PHP= yes
|
||||
|
||||
USE_TCL= yes
|
||||
USE_TK= 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>
|
8
misc/instant-tinderbox/pkg-descr
Normal file
8
misc/instant-tinderbox/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
This port is simlar to misc/instant-workstation or misc/instant-server.
|
||||
It creates a whole lot of often used ports, so that after a cvsup
|
||||
on a tinderbox build system, you can just tinderbuild this port and
|
||||
all primary dependencies are updated.
|
||||
|
||||
If you think a port is missing, let me know!
|
||||
|
||||
Author: Edwin Groothuis <edwin@mavetju.org>
|
73
ports-mgmt/instant-tinderbox/Makefile
Normal file
73
ports-mgmt/instant-tinderbox/Makefile
Normal file
@ -0,0 +1,73 @@
|
||||
# New ports collection makefile for: instant-tinderbox
|
||||
# Date created: 28 November 2005
|
||||
# Whom: Edwin Groothuis
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= instant-tinderbox
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= misc
|
||||
DISTFILES=
|
||||
|
||||
MAINTAINER= edwin@mavetju.org
|
||||
COMMENT= Build a whole bunch of often-required ports for a tinderbox environment
|
||||
|
||||
###############################################################################
|
||||
|
||||
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
|
||||
|
||||
WANT_PHP_PEAR= yes
|
||||
USE_PHP= yes
|
||||
|
||||
USE_TCL= yes
|
||||
USE_TK= 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>
|
8
ports-mgmt/instant-tinderbox/pkg-descr
Normal file
8
ports-mgmt/instant-tinderbox/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
This port is simlar to misc/instant-workstation or misc/instant-server.
|
||||
It creates a whole lot of often used ports, so that after a cvsup
|
||||
on a tinderbox build system, you can just tinderbuild this port and
|
||||
all primary dependencies are updated.
|
||||
|
||||
If you think a port is missing, let me know!
|
||||
|
||||
Author: Edwin Groothuis <edwin@mavetju.org>
|
Loading…
x
Reference in New Issue
Block a user