2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MAUTHENTICATION_FW}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= authentication-fw
|
|
|
|
BLOCKS+= session-fw
|
2004-11-02 22:52:10 +01:00
|
|
|
BLOCKS+= xsp
|
2004-07-02 00:30:19 +02:00
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MBATIK}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= batik
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MBSF}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= bsf
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MCHAPERON}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= chaperon
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MDATABASES}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= databases
|
|
|
|
BLOCKS+= xsp
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MFOP}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= fop
|
|
|
|
BLOCKS+= batik
|
2007-01-23 11:21:34 +01:00
|
|
|
BLOCKS+= xsp
|
2004-07-02 00:30:19 +02:00
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MFORMS}
|
2006-05-05 18:35:05 +02:00
|
|
|
BLOCKS+= forms
|
|
|
|
BLOCKS+= ajax
|
2007-01-23 11:21:34 +01:00
|
|
|
BLOCKS+= template
|
2006-05-05 18:35:05 +02:00
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MHSQLDB}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= hsqldb
|
|
|
|
BLOCKS+= databases
|
2004-11-02 22:52:10 +01:00
|
|
|
BLOCKS+= xsp
|
2004-07-02 00:30:19 +02:00
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MHTML}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= html
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MITEXT}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= itext
|
2005-11-21 16:30:37 +01:00
|
|
|
BLOCKS+= xsp
|
2004-07-02 00:30:19 +02:00
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MJFOR}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= jfor
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MJSP}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= jsp
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MLINKREWRITER}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= linkrewriter
|
|
|
|
BLOCKS+= xsp
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MLUCENE}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= lucene
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MMIDI}
|
2005-11-21 16:30:37 +01:00
|
|
|
BLOCKS+= midi
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MNAMING}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= naming
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MOJB}
|
2005-04-03 00:14:50 +02:00
|
|
|
BLOCKS+= ojb
|
2005-11-21 16:30:37 +01:00
|
|
|
BLOCKS+= ajax
|
2005-04-03 00:14:50 +02:00
|
|
|
BLOCKS+= databases
|
|
|
|
BLOCKS+= forms
|
|
|
|
BLOCKS+= hsqldb
|
2007-01-23 11:21:34 +01:00
|
|
|
BLOCKS+= template
|
2005-04-03 00:14:50 +02:00
|
|
|
BLOCKS+= xsp
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MPARANOID}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= paranoid
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MPOI}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= poi
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MPORTAL}
|
2004-11-20 17:53:26 +01:00
|
|
|
BLOCKS+= portal
|
2005-11-21 16:30:37 +01:00
|
|
|
BLOCKS+= ajax
|
2007-01-23 11:21:34 +01:00
|
|
|
BLOCKS+= auth
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= authentication-fw
|
2005-04-03 00:14:50 +02:00
|
|
|
BLOCKS+= cron
|
2005-11-21 16:30:37 +01:00
|
|
|
BLOCKS+= databases
|
2005-04-03 00:14:50 +02:00
|
|
|
BLOCKS+= forms
|
2005-11-21 16:30:37 +01:00
|
|
|
BLOCKS+= hsqldb
|
|
|
|
BLOCKS+= ojb
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= session-fw
|
2007-01-23 11:21:34 +01:00
|
|
|
BLOCKS+= template
|
2004-11-02 22:52:10 +01:00
|
|
|
BLOCKS+= xsp
|
2004-07-02 00:30:19 +02:00
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MPROFILER}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= profiler
|
2007-01-23 11:21:34 +01:00
|
|
|
BLOCKS+= auth
|
2004-07-02 00:30:19 +02:00
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MPYTHON}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= python
|
|
|
|
BLOCKS+= xsp
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MSESSION_FW}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= session-fw
|
|
|
|
BLOCKS+= xsp
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MVELOCITY}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= velocity
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MWEB3}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= web3
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MXMLDB}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= xmldb
|
|
|
|
BLOCKS+= databases
|
2004-11-02 22:52:10 +01:00
|
|
|
BLOCKS+= xsp
|
2004-07-02 00:30:19 +02:00
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MXSP}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= xsp
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MPHP}
|
2005-04-03 00:14:50 +02:00
|
|
|
BLOCKS+= php
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MPORTAL_FW}
|
2005-04-03 00:14:50 +02:00
|
|
|
BLOCKS+= portal-fw
|
|
|
|
BLOCKS+= authentication-fw
|
|
|
|
BLOCKS+= session-fw
|
|
|
|
BLOCKS+= xsp
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MSWF}
|
2005-04-03 00:14:50 +02:00
|
|
|
BLOCKS+= swf
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MWOODY}
|
2005-04-03 00:14:50 +02:00
|
|
|
BLOCKS+= woody
|
|
|
|
BLOCKS+= xsp
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MAJAX}
|
2005-11-21 16:30:37 +01:00
|
|
|
BLOCKS+= ajax
|
2007-01-23 11:21:34 +01:00
|
|
|
BLOCKS+= template
|
2005-11-21 16:30:37 +01:00
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MAPPLES}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= apples
|
2005-11-21 16:30:37 +01:00
|
|
|
BLOCKS+= ajax
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= forms
|
2007-01-23 11:21:34 +01:00
|
|
|
BLOCKS+= template
|
2004-07-02 00:30:19 +02:00
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MASCIIART}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= asciiart
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MAUTH}
|
2007-01-23 11:21:34 +01:00
|
|
|
BLOCKS+= auth
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MAXIS}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= axis
|
2007-01-23 11:21:34 +01:00
|
|
|
BLOCKS+= xsp
|
2004-07-02 00:30:19 +02:00
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MCAPTCHA}
|
2005-11-21 16:30:37 +01:00
|
|
|
BLOCKS+= captcha
|
2007-01-23 11:21:34 +01:00
|
|
|
BLOCKS+= template
|
2005-11-21 16:30:37 +01:00
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MCRON}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= cron
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MDELI}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= deli
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MEVENTCACHE}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= eventcache
|
2005-11-21 16:30:37 +01:00
|
|
|
BLOCKS+= cron
|
2004-11-20 17:53:26 +01:00
|
|
|
BLOCKS+= databases
|
|
|
|
BLOCKS+= hsqldb
|
|
|
|
BLOCKS+= jms
|
|
|
|
BLOCKS+= xsp
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MFACES}
|
2004-11-20 17:53:26 +01:00
|
|
|
BLOCKS+= faces
|
2005-11-21 16:30:37 +01:00
|
|
|
BLOCKS+= ajax
|
2007-01-23 11:21:34 +01:00
|
|
|
BLOCKS+= auth
|
2004-11-20 17:53:26 +01:00
|
|
|
BLOCKS+= authentication-fw
|
2005-04-03 00:14:50 +02:00
|
|
|
BLOCKS+= cron
|
2005-11-21 16:30:37 +01:00
|
|
|
BLOCKS+= databases
|
2005-04-03 00:14:50 +02:00
|
|
|
BLOCKS+= forms
|
2005-11-21 16:30:37 +01:00
|
|
|
BLOCKS+= hsqldb
|
|
|
|
BLOCKS+= ojb
|
2004-11-20 17:53:26 +01:00
|
|
|
BLOCKS+= portal
|
|
|
|
BLOCKS+= session-fw
|
|
|
|
BLOCKS+= taglib
|
2007-01-23 11:21:34 +01:00
|
|
|
BLOCKS+= template
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= xsp
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MIMAGEOP}
|
2006-05-05 18:35:05 +02:00
|
|
|
BLOCKS+= imageop
|
2004-07-02 00:30:19 +02:00
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MJAVAFLOW}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= javaflow
|
2005-11-21 16:30:37 +01:00
|
|
|
BLOCKS+= ajax
|
2004-11-02 22:52:10 +01:00
|
|
|
BLOCKS+= databases
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= forms
|
2004-11-20 17:53:26 +01:00
|
|
|
BLOCKS+= hsqldb
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= ojb
|
2007-01-23 11:21:34 +01:00
|
|
|
BLOCKS+= template
|
2004-11-02 22:52:10 +01:00
|
|
|
BLOCKS+= xsp
|
2004-07-02 00:30:19 +02:00
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MJCR}
|
2005-11-21 16:30:37 +01:00
|
|
|
BLOCKS+= jcr
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MJMS}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= jms
|
2005-11-21 16:30:37 +01:00
|
|
|
BLOCKS+= cron
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= databases
|
|
|
|
BLOCKS+= hsqldb
|
2004-11-02 22:52:10 +01:00
|
|
|
BLOCKS+= xsp
|
2004-07-02 00:30:19 +02:00
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MLINOTYPE}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= linotype
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MMAIL}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= mail
|
|
|
|
BLOCKS+= asciiart
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MPETSTORE}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= petstore
|
2005-11-21 16:30:37 +01:00
|
|
|
BLOCKS+= ajax
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= databases
|
|
|
|
BLOCKS+= forms
|
|
|
|
BLOCKS+= hsqldb
|
2007-01-23 11:21:34 +01:00
|
|
|
BLOCKS+= template
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= velocity
|
2004-11-02 22:52:10 +01:00
|
|
|
BLOCKS+= xsp
|
2004-07-02 00:30:19 +02:00
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MPROXY}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= proxy
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MQDOX}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= qdox
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MQUERYBEAN}
|
2005-04-03 00:14:50 +02:00
|
|
|
BLOCKS+= querybean
|
2005-11-21 16:30:37 +01:00
|
|
|
BLOCKS+= ajax
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= databases
|
2005-04-03 00:14:50 +02:00
|
|
|
BLOCKS+= forms
|
2004-11-20 17:53:26 +01:00
|
|
|
BLOCKS+= hsqldb
|
2005-04-03 00:14:50 +02:00
|
|
|
BLOCKS+= lucene
|
|
|
|
BLOCKS+= ojb
|
2007-01-23 11:21:34 +01:00
|
|
|
BLOCKS+= template
|
2004-11-02 22:52:10 +01:00
|
|
|
BLOCKS+= xsp
|
2004-07-02 00:30:19 +02:00
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MREPOSITORY}
|
2005-04-03 00:14:50 +02:00
|
|
|
BLOCKS+= repository
|
2005-11-21 16:30:37 +01:00
|
|
|
BLOCKS+= cron
|
2004-11-20 17:53:26 +01:00
|
|
|
BLOCKS+= databases
|
|
|
|
BLOCKS+= eventcache
|
|
|
|
BLOCKS+= hsqldb
|
|
|
|
BLOCKS+= jms
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= xsp
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MSERIALIZERS}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= serializers
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MSLIDE}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= slide
|
2005-11-21 16:30:37 +01:00
|
|
|
BLOCKS+= cron
|
2004-11-02 22:52:10 +01:00
|
|
|
BLOCKS+= databases
|
|
|
|
BLOCKS+= eventcache
|
|
|
|
BLOCKS+= hsqldb
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= jms
|
|
|
|
BLOCKS+= repository
|
2004-11-02 22:52:10 +01:00
|
|
|
BLOCKS+= xsp
|
2004-07-02 00:30:19 +02:00
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MSLOP}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= slop
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MSTX}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= stx
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MTAGLIB}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= taglib
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MTEMPLATE}
|
2006-05-05 18:35:05 +02:00
|
|
|
BLOCKS+= template
|
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MTOUR}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= tour
|
2005-11-21 16:30:37 +01:00
|
|
|
BLOCKS+= ajax
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= batik
|
|
|
|
BLOCKS+= fop
|
|
|
|
BLOCKS+= forms
|
2005-11-21 16:30:37 +01:00
|
|
|
BLOCKS+= slop
|
2007-01-23 11:21:34 +01:00
|
|
|
BLOCKS+= template
|
|
|
|
BLOCKS+= xsp
|
2005-11-21 16:30:37 +01:00
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MVALIDATION}
|
2005-11-21 16:30:37 +01:00
|
|
|
BLOCKS+= validation
|
2004-07-02 00:30:19 +02:00
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MWEBDAV}
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= webdav
|
2005-11-21 16:30:37 +01:00
|
|
|
BLOCKS+= cron
|
2004-11-02 22:52:10 +01:00
|
|
|
BLOCKS+= databases
|
|
|
|
BLOCKS+= eventcache
|
2004-11-20 17:53:26 +01:00
|
|
|
BLOCKS+= hsqldb
|
|
|
|
BLOCKS+= jms
|
2004-07-02 00:30:19 +02:00
|
|
|
BLOCKS+= repository
|
2004-11-02 22:52:10 +01:00
|
|
|
BLOCKS+= xsp
|
2004-08-09 16:19:38 +02:00
|
|
|
.endif
|
|
|
|
|
2013-06-07 00:24:37 +02:00
|
|
|
.if ${PORT_OPTIONS:MXSLTAL}
|
2005-11-21 16:30:37 +01:00
|
|
|
BLOCKS+= xsltal
|
|
|
|
.endif
|
|
|
|
|