freebsd-ports/java/java-zoneinfo/Makefile
Greg Lewis 84d9f58082 . Note that the time zone data is in the public domain (according to
ftp://ftp.iana.org/tz/tz-link.html).  Specifically the sentence

  "The public-domain time zone database contains code and data that
  represent the history of local time for many representative locations
  around the globe."
2016-10-14 01:26:05 +00:00

25 lines
513 B
Makefile

# Created by: Greg Lewis <glewis@FreeBSD.org>
# $FreeBSD$
PORTNAME= zoneinfo
DISTVERSION= 2016g
CATEGORIES= java misc
MASTER_SITES= LOCAL/glewis/javazi
PKGNAMEPREFIX= java-
DISTNAME= javazi-${DISTVERSION}
MAINTAINER= glewis@FreeBSD.org
COMMENT= Updated Java timezone definitions
LICENSE= PD
WRKSRC= ${WRKDIR}
NO_BUILD= yes
JAVASHAREDIR= ${PREFIX}/share/java
do-install:
${MKDIR} ${STAGEDIR}${JAVASHAREDIR}/zi
(cd ${WRKSRC}/zi && ${COPYTREE_SHARE} . ${STAGEDIR}${JAVASHAREDIR}/zi)
.include <bsd.port.mk>