forked from Lainports/freebsd-ports
The to be committed calendar port will also be in this category and this will place the data files into the same category as the program. No revision bump since this port had not been added to misc/Makefile, yet, and thus no packages have been built that mention the original category.
22 lines
382 B
Makefile
22 lines
382 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|