summaryrefslogtreecommitdiff
path: root/deskutils/calendar-data/Makefile
blob: 780edfc896cf6e22f20bc12f9bd3ee1c0c791421 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

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>