summaryrefslogtreecommitdiff
path: root/time/gcal/Makefile
diff options
context:
space:
mode:
authoratatat <atatat@pkgsrc.org>2003-06-14 23:21:46 +0000
committeratatat <atatat@pkgsrc.org>2003-06-14 23:21:46 +0000
commitdfbc77724f319ee51e001703497e8ef4759b4ffa (patch)
tree0baaa468a54eb42d0315ac35df8e652a0d078203 /time/gcal/Makefile
parent3a0c716e1e784cfabd2967546de2b02e2adac7b2 (diff)
downloadpkgsrc-dfbc77724f319ee51e001703497e8ef4759b4ffa.tar.gz
Import of GNU cal(1) utility called gcal.
Diffstat (limited to 'time/gcal/Makefile')
-rw-r--r--time/gcal/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/time/gcal/Makefile b/time/gcal/Makefile
new file mode 100644
index 00000000000..badfd624f8c
--- /dev/null
+++ b/time/gcal/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/06/14 23:21:46 atatat Exp $
+#
+
+DISTNAME= gcal-3.01
+CATEGORIES= time
+MASTER_SITES= ${MASTER_SITE_GNU:=gcal/}
+
+MAINTAINER= atatat@netbsd.org
+HOMEPAGE= http://www.gnu.org/software/gcal/gcal.html
+COMMENT= Gnu version of the standard calendar utility
+
+USE_BUILDLINK2= yes
+USE_PKGLOCALEDIR= yes
+
+GNU_CONFIGURE= yes
+
+.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"