aboutsummaryrefslogtreecommitdiffstats
path: root/www/simplog/Makefile
blob: da81482a83750ed680a64c179e8686d33c09feac (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
# New ports collection makefile for:    simplog
# Date created:     19 April 2004, 21:40 +08:00 (CST)
# Whom:         Jose Liang <jose@jose.idv.tw>
#
# $FreeBSD$
#

PORTNAME=   simplog
PORTVERSION=    0.9.3.2
CATEGORIES= www
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org
COMMENT=    A complete and powerful blogging tool

DATADIR=    ${PREFIX}/www/simplog
NO_BUILD=   yes

WRKSRC?=    ${WRKDIR}/simplog

do-install:
    @${ECHO} ""
    @${ECHO} "===> Installing simplog"
    @${MKDIR} ${DATADIR}
    cd ${WRKSRC} && ${CP} -R adodb doc images install templates * \
    ${DATADIR}

post-install:
    @${ECHO} ""
    @${ECHO} "===> Congratulations"
    @${ECHO} "The installation of simplog is complete, please check\
    README in ${DATADIR} first."
    @${ECHO} "For more informations, documentation is available at\
    ${DATADIR}/doc/index.php."

.include <bsd.port.mk>