aboutsummaryrefslogtreecommitdiffstats
path: root/www/geeklog/Makefile
blob: 85061751147c6abc899e9d6dce01b93208c17554 (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
# New ports collection makefile for:    GeekLog
# Date Created:     22 April 2002
# Whom:         Bob Bomar <bob@fly.homeunix.org>
#
# $FreeBSD$
#

PORTNAME=   geeklog
PORTVERSION=    1.4.1
CATEGORIES= www
MASTER_SITES=   http://www.geeklog.net/filemgmt/upload_dir/
DISTNAME=   ${PORTNAME}-${PORTVERSION:S/.r/rc/}

MAINTAINER= ports@FreeBSD.org
COMMENT=    GeekLog is a web content magagement system

USE_MYSQL=  yes

NO_BUILD=   yes
USE_PHP=    yes

WWW_DIR=    ${PREFIX}/www/data

do-install:
    ${MKDIR} ${WWW_DIR}/geeklog
    ${CP} -R ${WRKSRC}/* ${WWW_DIR}/geeklog
    ${CHOWN} -R www:www ${WWW_DIR}/geeklog
    ${CHMOD} -R 775 ${WWW_DIR}/geeklog/logs
    ${CHMOD} -R 775 ${WWW_DIR}/geeklog/public_html/images/articles
    ${CHMOD} -R 775 ${WWW_DIR}/geeklog/public_html/images/userphotos
    ${CHMOD} -R 775 ${WWW_DIR}/geeklog/public_html/backend
    @${ECHO_MSG} ""
    @${ECHO_MSG} "***********************************************************************"
    @${ECHO_MSG} "* You now need to create the database that you want GeekLog           *"
    @${ECHO_MSG} "* to reside in.                                                       *"
    @${ECHO_MSG} "* Then edit the config.php file to your needs.                        *"
    @${ECHO_MSG} "* Once you have done that, the goto                                   *"
    @${ECHO_MSG} "* http://<your_website>/geeklog/public_html/admin/install/install.php *"
    @${ECHO_MSG} "* And follow the instructions, then you are done!!                    *"
    @${ECHO_MSG} "***********************************************************************"

.include <bsd.port.mk>