aboutsummaryrefslogtreecommitdiff
path: root/deskutils/calendar-data/Makefile
blob: f6c06c67017e906c31343235e7c7e623c3fcbfc7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	calendar-data
DISTVERSION=	2020.10
DISTVERSIONPREFIX=	v
CATEGORIES=	deskutils

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>