summaryrefslogtreecommitdiff
path: root/www/typo346/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/typo346/Makefile')
-rw-r--r--www/typo346/Makefile74
1 files changed, 0 insertions, 74 deletions
diff --git a/www/typo346/Makefile b/www/typo346/Makefile
deleted file mode 100644
index 5902f627640d..000000000000
--- a/www/typo346/Makefile
+++ /dev/null
@@ -1,74 +0,0 @@
-# New ports collection makefile for: www/typo3
-# Date created: February 6th 2005
-# Whom: Gerrit Beine <tux@pinguru.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= typo3
-PORTVERSION= 4.6.1
-CATEGORIES= www
-MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION}
-
-MAINTAINER= jumper99@gmx.de
-COMMENT= The typo3 content management system
-
-LICENSE= GPLv2
-
-NO_BUILD= yes
-USE_PHP= ctype filter json mysql pcre session xml
-WANT_PHP_WEB= yes
-IGNORE_WITH_PHP=4
-
-TYPO3WWW= www
-TYPO3RELEASE=
-TYPO3SITE= ${TYPO3WWW}/${PORTNAME}
-TYPO3PKG= ${PORTNAME}-${PORTVERSION}
-TYPO3SRC= ${PORTNAME}_src-${PORTVERSION}
-TYPO3DUMMY= dummy-${PORTVERSION}
-
-PLIST_SUB+= PORTVERSION="${PORTVERSION}"
-
-DISTFILES+= ${TYPO3SRC}${EXTRACT_SUFX} ${TYPO3DUMMY}${EXTRACT_SUFX}
-
-OPTIONS= CURL "Configure with cURL support" off \
- GD "Configure with GDlib/freetype support" off \
- IMAGICK "Configure with ImageMagick support" off \
- MBSTRING "Configure with mbstring support" off \
- ZLIB "Configure with zlib support" off
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_CURL)
-USE_PHP+= curl
-.endif
-
-.if defined(WITH_GD)
-USE_PHP+= gd
-.endif
-
-.if defined(WITH_IMAGICK)
-RUN_DEPENDS+= ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick
-.endif
-
-.if defined(WITH_MBSTRING)
-USE_PHP+= mbstring
-.endif
-
-.if defined(WITH_ZLIB)
-USE_PHP+= zlib
-.endif
-
-pre-install:
- ${MV} ${WRKDIR}/${TYPO3DUMMY}/typo3conf/localconf.php ${WRKDIR}/${TYPO3DUMMY}/typo3conf/localconf.php.dist
-
-do-install:
- ${CP} -R ${WRKDIR}/${TYPO3DUMMY}/ ${PREFIX}/${TYPO3SITE}
- ${CP} -R ${WRKDIR}/${TYPO3SRC} ${PREFIX}/${TYPO3WWW}
- ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${TYPO3SITE}
- ${RM} ${PREFIX}/${TYPO3SITE}/typo3_src && \
- cd ${PREFIX}/${TYPO3SITE} && \
- ${LN} -s ../${TYPO3SRC} typo3_src
- ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${TYPO3WWW}/${TYPO3SRC}
-
-.include <bsd.port.post.mk>