2016-06-14 21:22:46 +02:00
|
|
|
# Created by: lightside <lightside@gmx.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ardoise
|
2018-07-10 14:54:28 +02:00
|
|
|
PORTVERSION= 3.6
|
2016-06-14 21:22:46 +02:00
|
|
|
CATEGORIES= x11-themes
|
2018-07-10 14:54:28 +02:00
|
|
|
MASTER_SITES= https://gitlab.com/obnosim/ardoise/uploads/bb885f45d560e8cec397cc40923f8f61/:n75 \
|
|
|
|
https://gitlab.com/obnosim/ardoise/uploads/34dece145e608381a31336735beea084/:n87 \
|
|
|
|
https://gitlab.com/obnosim/ardoise/uploads/b5c6b8b075bcb67f9361e9bae86d5dfa/:n100 \
|
|
|
|
https://gitlab.com/obnosim/ardoise/uploads/03012efccc0339c4281393f1c808894f/:s75 \
|
|
|
|
https://gitlab.com/obnosim/ardoise/uploads/24b0faa40af1cba1935e92749361bc61/:s87 \
|
|
|
|
https://gitlab.com/obnosim/ardoise/uploads/f7fdbf27029276046e37114ce9a1a1fc/:s100
|
2016-06-14 21:22:46 +02:00
|
|
|
PKGNAMEPREFIX= cursor-
|
|
|
|
PKGNAMESUFFIX= -theme
|
2018-07-10 14:54:28 +02:00
|
|
|
DISTFILES= Ardoise_no_shadow_75.tar.gz:n75 Ardoise_no_shadow_87.tar.gz:n87 \
|
|
|
|
Ardoise_no_shadow_100.tar.gz:n100 Ardoise_shadow_75.tar.gz:s75 \
|
|
|
|
Ardoise_shadow_87.tar.gz:s87 Ardoise_shadow_100.tar.gz:s100
|
2018-06-28 23:06:00 +02:00
|
|
|
DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION}
|
2016-06-14 21:22:46 +02:00
|
|
|
|
|
|
|
MAINTAINER= lightside@gmx.com
|
|
|
|
COMMENT= Ardoise X cursor theme
|
|
|
|
|
2018-07-10 14:54:28 +02:00
|
|
|
LICENSE= GPLv3
|
2016-06-14 21:22:46 +02:00
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
|
2017-08-17 10:26:25 +02:00
|
|
|
DATADIR= ${PREFIX}/share/icons
|
2016-06-14 21:22:46 +02:00
|
|
|
PORTDATA= *
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
(cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDATA}" ${STAGEDIR}${DATADIR})
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|