freebsd-ports/www/wikindx/Makefile
Martin Wilke 1081de1db3 - Update to 3.8.2
PR:		124255
Submitted by:	Wen heping <wenheping@gmail.com>
Approved by:	maintainer implicit
2008-06-05 23:39:36 +00:00

46 lines
1.1 KiB
Makefile

# New ports collection makefile for: wikindx
# Date created: 23 Dec 2005
# Whom: babak@farrokhi.net
#
# $FreeBSD$
#
PORTNAME= wikindx
PORTVERSION= 3.8.2
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= wikindx
DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/g}
MAINTAINER= farrokhi@FreeBSD.org
COMMENT= Bibliographic and quotations/notes management system
USE_PHP= session mysql xml ctype
NO_BUILD= YES
WRKSRC= ${WRKDIR}/wikindx3
WWWDIR?= www/wikindx
ROOTFILES= config.php index.php rss.php
ROOTDIRS= attachments core docs files languages modules \
papers styles templates update
DOCFILES= CHANGELOG CUSTOMIZATION DISCLAIMER INSTALL \
LICENSE README README_CMS README_RSS UPGRADE
pre-install:
@${ECHO} ${WWWDIR}
do-install:
-${MKDIR} ${PREFIX}/${WWWDIR}
(cd ${WRKSRC} && ${CP} ${ROOTFILES} ${PREFIX}/${WWWDIR}/ )
@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${WWWDIR}
.for i in ${ROOTDIRS}
@(cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} ${PREFIX}/${WWWDIR}/ )
.endfor
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for i in ${DOCFILES}
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/${i}
.endfor
.endif
.include <bsd.port.mk>