freebsd-ports/deskutils/calendar-data/Makefile
Stefan Eßer ca64d608fa deskutils/calendar-data: update to tagged version 2022.11
This update contains all changes applied to the repository up to and
including November 2, 2022.
2022-11-07 21:32:36 +01:00

22 lines
431 B
Makefile

PORTNAME= calendar-data
DISTVERSION= 2022.11
DISTVERSIONPREFIX= v
CATEGORIES= deskutils
MAINTAINER= se@FreeBSD.org
COMMENT= Calendar files for the BSD calendar program
WWW= https://www.freebsd.org
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
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>