summaryrefslogtreecommitdiff
path: root/www/joomla25/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/joomla25/Makefile')
-rw-r--r--www/joomla25/Makefile42
1 files changed, 0 insertions, 42 deletions
diff --git a/www/joomla25/Makefile b/www/joomla25/Makefile
deleted file mode 100644
index 72c1f52f74cd..000000000000
--- a/www/joomla25/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# New ports collection makefile for: www/joomla
-# Date created: Sat Out 15, 2005
-# Whom: Francisco Cabrita <include@npf.pt.freebsd.org>
-#
-# $FreeBSD$
-
-PORTNAME= joomla
-PORTVERSION= 1.7.3
-CATEGORIES= www
-MASTER_SITES= http://downloads.joomlacode.org/frsrelease/6/9/6/69672/
-DISTNAME= Joomla_${PORTVERSION}-Stable-Full_Package
-
-MAINTAINER= wen@FreeBSD.org
-COMMENT= A dynamic web content management system (CMS)
-
-NO_BUILD= yes
-FETCH_ARGS= -apR
-USE_BZIP2= yes
-USE_MYSQL= yes
-USE_PHP= mysql pcre xml zlib session gd pdf json mbstring \
- simplexml
-WANT_PHP_WEB= yes
-PKGMESSAGE= ${WRKDIR}/pkg-message
-SUB_FILES= pkg-message
-
-do-extract:
- @${MKDIR} ${WRKSRC}
- @${TAR} -yxf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} -C ${WRKSRC}
-
-do-install:
- @${MKDIR} ${WWWDIR}
- @cd ${WRKSRC} && \
- ${FIND} . -type d -exec ${MKDIR} ${WWWDIR}/{} \; \
- -exec ${CHOWN} ${WWWOWN}:${WWWGRP} ${WWWDIR}/{} \;
- @cd ${WRKSRC} && \
- ${FIND} . \! -type d -exec ${INSTALL_DATA} {} ${WWWDIR}/{} \; \
- -exec ${CHOWN} ${WWWOWN}:${WWWGRP} ${WWWDIR}/{} \;
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>