2013-09-20 21:59:12 +02:00
|
|
|
# Created by: Adam Weinberger <adamw@FreeBSD.org>
|
2012-10-08 18:45:11 +02:00
|
|
|
|
2014-07-17 14:26:20 +02:00
|
|
|
PORTNAME= squirrelmail-translations
|
2020-04-25 14:14:18 +02:00
|
|
|
PORTVERSION= 20200422
|
2014-07-17 14:26:20 +02:00
|
|
|
CATEGORIES= mail www
|
2017-08-22 19:26:08 +02:00
|
|
|
MASTER_SITES= http://snapshots.squirrelmail.org/ \
|
|
|
|
http://freebsd.uzsolt.hu/src/
|
2018-05-03 14:42:57 +02:00
|
|
|
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
|
2014-07-17 14:26:20 +02:00
|
|
|
DISTNAME= squirrelmail-${PORTVERSION}_0200-SVN.locales
|
2012-10-08 18:45:11 +02:00
|
|
|
DIST_SUBDIR= squirrelmail
|
|
|
|
|
2017-08-22 19:26:08 +02:00
|
|
|
MAINTAINER= uzsolt@uzsolt.hu
|
2014-07-17 14:26:20 +02:00
|
|
|
COMMENT= NLS translations for Squirrelmail (mail/squirrelmail)
|
2012-10-08 18:45:11 +02:00
|
|
|
|
2014-07-17 14:26:20 +02:00
|
|
|
LICENSE= GPLv2
|
2012-10-08 18:45:11 +02:00
|
|
|
|
2018-05-03 14:42:57 +02:00
|
|
|
RUN_DEPENDS= squirrelmail${PHP_PKGNAMESUFFIX}>=${PORTVERSION}:mail/squirrelmail@${PHP_FLAVOR}
|
2012-10-08 18:45:11 +02:00
|
|
|
|
2018-05-03 14:42:57 +02:00
|
|
|
USES= tar:bzip2 gettext php:flavors
|
2014-07-17 14:26:20 +02:00
|
|
|
WRKSRC= ${WRKDIR}/squirrelmail.locales
|
2016-02-16 19:21:01 +01:00
|
|
|
NO_ARCH= yes
|
2017-09-09 16:24:21 +02:00
|
|
|
PORTSCOUT= ignore:1
|
2012-10-08 18:45:11 +02:00
|
|
|
|
2013-10-26 18:10:55 +02:00
|
|
|
# if you were using WITHOUT_WWWDIR, use SQUIRRELDIR=${PREFIX}/squirrelmail
|
2012-10-08 18:45:11 +02:00
|
|
|
SQUIRRELDIR?= ${PREFIX}/www/squirrelmail
|
2014-07-17 14:26:20 +02:00
|
|
|
PLIST_SUB= SQUIRRELDIR="${SQUIRRELDIR:S,^${PREFIX}/,,}"
|
2012-10-08 18:45:11 +02:00
|
|
|
|
2013-10-26 18:10:55 +02:00
|
|
|
do-build:
|
2012-10-08 18:45:11 +02:00
|
|
|
# The en_US help files are included with the main tarball
|
|
|
|
@${RM} -r ${WRKSRC}/help/en_US
|
|
|
|
|
|
|
|
do-install:
|
2014-04-24 19:36:22 +02:00
|
|
|
@${MKDIR} ${STAGEDIR}${SQUIRRELDIR}
|
2014-07-18 02:43:30 +02:00
|
|
|
(cd ${WRKSRC} && ${COPYTREE_SHARE} "help images locale" ${STAGEDIR}${SQUIRRELDIR})
|
2015-03-24 20:16:35 +01:00
|
|
|
${FIND} ${STAGEDIR}${SQUIRRELDIR} -type d -empty -delete
|
2012-10-08 18:45:11 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|