mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
b2ef031943
Change udvzsolt@gmail.com to uzsolt@uzsolt.hu on all relevant ports: audio/musicpc databases/adminer deskutils/fet graphics/mupdf graphics/timg graphics/zathura-pdf-mupdf sysutils/rdiff-backup textproc/urlview www/kohana x11/dzen2 x11-wm/herbstluftwm PR: 220323 Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer) Approved by: mat (co-mentor) Differential Revision: https://reviews.freebsd.org/D11469
31 lines
707 B
Makefile
31 lines
707 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kohana
|
|
PORTVERSION= 3.3.6
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= www
|
|
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
|
|
|
|
MAINTAINER= uzsolt@uzsolt.hu
|
|
COMMENT= Elegant HMVC PHP5 framework
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
USES= php zip
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
SUB_FILES= pkg-message
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} "s,'system','${WWWDIR}/system', ; \
|
|
s,'modules','${WWWDIR}/modules'," ${WRKSRC}/index.php
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${WWWDIR}
|
|
cd ${WRKSRC} && ${COPYTREE_SHARE} "application example.htaccess \
|
|
index.php install.php modules system" ${STAGEDIR}${WWWDIR}
|
|
|
|
.include <bsd.port.mk>
|