freebsd-ports/deskutils/calendar-data/Makefile
Stefan Eßer f3a5191165 Move calendar-data port from category misc to deskutils
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.
2020-10-25 10:46:11 +00:00

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>