summaryrefslogtreecommitdiff
path: root/time/xdkcal/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-07-13 10:58:28 +0000
committerjmmv <jmmv@pkgsrc.org>2004-07-13 10:58:28 +0000
commitd1512f1789f90e9201abdc6f86d7950b3a91894a (patch)
tree379d2937c31bf43d1116f5ec693f9c558338dff1 /time/xdkcal/Makefile
parentea88535db7f47f69a7f491a54f00953e03769d19 (diff)
downloadpkgsrc-d1512f1789f90e9201abdc6f86d7950b3a91894a.tar.gz
Initial import of xdkcal version 0.9d:
X Desktop Calendar (xdkcal) is a calendar for the X Window System: it simply draws a calendar on your desktop. You can customize its fontset, its color and/or its drawing style. This application is completely internationalized, so that it reads the locale database and draws locale specific strings, such as the name of months or weeks. Package provided by Mike M. Volokhov in pkgsrc-wip.
Diffstat (limited to 'time/xdkcal/Makefile')
-rw-r--r--time/xdkcal/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/time/xdkcal/Makefile b/time/xdkcal/Makefile
new file mode 100644
index 00000000000..d7e65c27db8
--- /dev/null
+++ b/time/xdkcal/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/07/13 10:58:28 jmmv Exp $
+#
+
+DISTNAME= xdkcal-0.9d
+CATEGORIES= time
+MASTER_SITES= http://www.shiratori.riec.tohoku.ac.jp/~jir/linux/products/xdkcal/
+
+MAINTAINER= mishka@apk.od.ua
+HOMEPAGE= http://www.shiratori.riec.tohoku.ac.jp/~jir/linux/products/xdkcal/index-e.html
+COMMENT= X Desktop Calendar
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+GNU_CONFIGURE= yes
+USE_BUILDLINK3= yes
+USE_X11= yes
+
+INSTALLATION_DIRS= bin man/man1
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/xdkcal ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/xdkcal.1x ${PREFIX}/man/man1/xdkcal.1
+
+.include "../../mk/bsd.pkg.mk"