diff options
author | atatat <atatat@pkgsrc.org> | 2003-06-14 23:21:46 +0000 |
---|---|---|
committer | atatat <atatat@pkgsrc.org> | 2003-06-14 23:21:46 +0000 |
commit | dfbc77724f319ee51e001703497e8ef4759b4ffa (patch) | |
tree | 0baaa468a54eb42d0315ac35df8e652a0d078203 /time/gcal/Makefile | |
parent | 3a0c716e1e784cfabd2967546de2b02e2adac7b2 (diff) | |
download | pkgsrc-dfbc77724f319ee51e001703497e8ef4759b4ffa.tar.gz |
Import of GNU cal(1) utility called gcal.
Diffstat (limited to 'time/gcal/Makefile')
-rw-r--r-- | time/gcal/Makefile | 18 |
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" |