2020-10-24 18:24:26 +02:00
|
|
|
PORTNAME= calendar-data
|
2022-04-29 17:02:15 +02:00
|
|
|
DISTVERSION= 2022.04
|
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
|
|
|
|
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
|
|
|
|
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>
|