1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/www/wikindx/Makefile
Edwin Groothuis c3c39d1634 new port: www/wikindx
WIKINDX is a free bibliographic and quotations/notes
	management and article authoring system designed either for
	single use (on a variety of operating sytems) or multi-user
	collaborative use across the internet.

	WWW: http://wikindx.sourceforge.net/

PR:		ports/90825
Submitted by:	Babak Farrokhi <babak@farrokhi.net>
2005-12-26 00:08:14 +00:00

50 lines
1.2 KiB
Makefile

# New ports collection makefile for: wikindx
# Date created: 23 Dec 2005
# Whom: babak@farrokhi.net
#
# $FreeBSD$
#
PORTNAME= wikindx
PORTVERSION= 3.2.2
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= wikindx
DISTNAME= wikindx3_2_2
MAINTAINER= babak@farrokhi.net
COMMENT= Bibliographic and quotations/notes management system
USE_PHP= session mysql
NO_BUILD= YES
WRKSRC= ${WRKDIR}/wikindx3
PHP4_PORT?= www/mod_php4
WIKINDX?= www/data-dist/wikindx
PLIST_SUB+= WIKINDX=${WIKINDX}
#SUB_FILES= pkg-message
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_RSS UPDATEWIKINDX
do-install:
-${MKDIR} ${PREFIX}/${WIKINDX}
(cd ${WRKSRC} && ${CP} ${ROOTFILES} ${PREFIX}/${WIKINDX}/ )
@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${WIKINDX}
.for i in ${ROOTDIRS}
@(cd ${WRKSRC} && ${CP} -R ${i} ${PREFIX}/${WIKINDX}/ )
.endfor
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for i in ${DOCFILES}
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/${i}
.endfor
.endif
#post-install:
# @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>