2020-10-24 18:24:26 +02:00
|
|
|
PORTNAME= calendar-data
|
2022-11-07 21:29:38 +01:00
|
|
|
DISTVERSION= 2022.11
|
2020-10-24 18:24:26 +02:00
|
|
|
DISTVERSIONPREFIX= v
|
2020-10-25 11:46:11 +01:00
|
|
|
CATEGORIES= deskutils
|
2020-10-24 18:24:26 +02:00
|
|
|
|
|
|
|
MAINTAINER= se@FreeBSD.org
|
|
|
|
COMMENT= Calendar files for the BSD calendar program
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://www.freebsd.org
|
2020-10-24 18:24:26 +02:00
|
|
|
|
|
|
|
LICENSE= BSD2CLAUSE
|
2022-11-07 21:29:38 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2020-10-24 18:24:26 +02:00
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= freebsd
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${LOCALBASE}/share/calendar
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|