diff options
author | kim <kim@pkgsrc.org> | 2000-04-27 06:46:44 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2000-04-27 06:46:44 +0000 |
commit | 6308f41a9dce06bf428410975c80265a0c787cb3 (patch) | |
tree | 24513496e8676350fe55d4d921f4cb81da7233c2 /x11/xcal/Makefile | |
parent | ffbd48cf42b6cec57ae4f26ad09881f2e8e6eb77 (diff) | |
download | pkgsrc-6308f41a9dce06bf428410975c80265a0c787cb3.tar.gz |
xcal-4.1 is a calendar program with alarms and a notebook
Diffstat (limited to 'x11/xcal/Makefile')
-rw-r--r-- | x11/xcal/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/xcal/Makefile b/x11/xcal/Makefile new file mode 100644 index 00000000000..b58d78755d9 --- /dev/null +++ b/x11/xcal/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/04/27 06:46:44 kim Exp $ + +DISTNAME= xcal41 +PKGNAME= xcal-4.1 +CATEGORIES= x11 +MASTER_SITES= ftp://ftp.hillside.co.uk/xcal/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= kim@tac.nyc.ny.us + +USE_IMAKE= yes +#USE_XAW= yes +#XAW_TYPE= standard + +post-extract: + @${MKDIR} ${WRKSRC} + @cd ${WRKSRC}; for i in ../Part??; \ + do \ + ${SED} -e '1,/--shar starts here--/d' $$i | ${SH} >/dev/null 2>&1; \ + done + +.include "../../mk/bsd.pkg.mk" |