pea d8e82fa76c Import dokuwiki.
DokuWiki is a standards compliant, simple to use Wiki, mainly aimed at
creating documentation of any kind. It is targeted at developer teams,
workgroups and small companies. It has a simple but powerful syntax
which makes sure the datafiles remain readable outside the Wiki and
eases the creation of structured texts. All data is stored in plain text
files, no database is required.

With tweaks/feedbacks from landry@, thanks.

ok landry@
2011-07-21 09:52:28 +00:00

39 lines
833 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2011/07/21 09:52:28 pea Exp $
COMMENT = standards compliant, simple to use Wiki
DISTNAME = dokuwiki-2011-05-25a
PKGNAME = ${DISTNAME:S/-05-/.05./}
CATEGORIES = www
HOMEPAGE = http://www.dokuwiki.org/dokuwiki
MAINTAINER = Pierre-Emmanuel Andre <pea@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = http://www.splitbrain.org/_media/projects/dokuwiki/
EXTRACT_SUFX = .tgz
NO_BUILD = Yes
NO_REGRESS = Yes
PKG_ARCH = *
MODULES= lang/php
PREFIX = /var/www
INSTDIR = ${PREFIX}/dokuwiki
SUBST_VARS = INSTDIR
WRKDIST = ${WRKDIR}/${DISTNAME:S/c//}
RUN_DEPENDS = lang/php/${MODPHP_VERSION},-gd
do-install:
cp -Rp ${WRKDIST} ${INSTDIR}
chown -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR}
.include <bsd.port.mk>