summaryrefslogtreecommitdiff
path: root/time/xdkcal/Makefile
diff options
context:
space:
mode:
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"