summaryrefslogtreecommitdiff
path: root/time/jday/Makefile
diff options
context:
space:
mode:
authorwennmach <wennmach>2004-01-09 13:40:53 +0000
committerwennmach <wennmach>2004-01-09 13:40:53 +0000
commit98d35016cfccf9a95f4826ead2ce65a7536c7842 (patch)
tree03026dd7be14a812378de43d2ed34da77b60f8ce /time/jday/Makefile
parent466b498bb89d3bd6531f1c1b0b68ddda0604b2cc (diff)
downloadpkgsrc-98d35016cfccf9a95f4826ead2ce65a7536c7842.tar.gz
Import of jday-1.3 -- utilities and library for conversion between
calendar and Julian dates. Submitted in PR pkg/24027 by David Simas, with some changes by myself.
Diffstat (limited to 'time/jday/Makefile')
-rw-r--r--time/jday/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/time/jday/Makefile b/time/jday/Makefile
new file mode 100644
index 00000000000..dca1a77af10
--- /dev/null
+++ b/time/jday/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/01/09 13:40:53 wennmach Exp $
+#
+
+DISTNAME= jday-1.3
+CATEGORIES= time
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=jday/}
+
+MAINTAINER= David Simas <davids@idiom.com>
+HOMEPAGE= http://jday.sourceforge.net/
+COMMENT= Julian date calculator
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+do-test:
+ @(cd ${WRKSRC} && ./RunTest)
+ @(cd ${WRKSRC} && ./Testdbd)
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/jday
+ ${INSTALL_DATA} ${WRKSRC}/CalDate.inc ${PREFIX}/share/jday
+ ${INSTALL_DATA} ${WRKSRC}/CalDate.pm ${PREFIX}/share/jday
+ ${INSTALL_DATA} ${WRKSRC}/J2D.pl ${PREFIX}/share/jday
+ ${INSTALL_DATA} ${WRKSRC}/Jday.php ${PREFIX}/share/jday
+ ${INSTALL_DATA} ${WRKSRC}/Jday.pl ${PREFIX}/share/jday
+ ${INSTALL_DATA} ${WRKSRC}/dbd.awk ${PREFIX}/share/jday
+ ${INSTALL_DATA} ${WRKSRC}/jday.awk ${PREFIX}/share/jday
+
+.include "../../mk/bsd.pkg.mk"