mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
40 lines
700 B
Makefile
40 lines
700 B
Makefile
COMMENT= larry skin for Roundcube webmail
|
|
|
|
GH_ACCOUNT= roundcube
|
|
GH_PROJECT= larry
|
|
#GH_TAGNAME= 1.6.1
|
|
GH_COMMIT= 03ccd350bc1035378798468396d824c282b28d7b
|
|
|
|
DISTNAME= larry-1.6.1pl20250921
|
|
PKGNAME= rcube-skin-${DISTNAME}
|
|
|
|
CATEGORIES= mail www
|
|
|
|
HOMEPAGE= https://roundcube.net/
|
|
|
|
MAINTAINER= Stuart Henderson <stu.ports@spacehopper.org>
|
|
|
|
EPOCH= 0
|
|
|
|
# CC-BY-SA 3.0
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
NO_BUILD= Yes
|
|
NO_TEST= Yes
|
|
PKG_ARCH= *
|
|
|
|
PREFIX= ${VARBASE}/www
|
|
INSTDIR= ${PREFIX}/roundcubemail/skins/larry
|
|
SUBST_VARS= INSTDIR TINSTDIR
|
|
|
|
MODULES= lang/php
|
|
|
|
RUN_DEPENDS= mail/roundcubemail
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${INSTDIR}
|
|
cd ${WRKSRC} && pax -rw * ${INSTDIR}
|
|
rm -r ${INSTDIR}/bin
|
|
|
|
.include <bsd.port.mk>
|