diff options
author | wiz <wiz@pkgsrc.org> | 2000-12-17 23:32:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-12-17 23:32:09 +0000 |
commit | df7948804e18401baeb9f3f2ca9b7ded3f4f66c7 (patch) | |
tree | 73288b5bb97270ccddd92731e20bbfff8858d306 /time/remind/Makefile | |
parent | 389033175de2a6d1922929cf5b7598f2da56932a (diff) | |
download | pkgsrc-df7948804e18401baeb9f3f2ca9b7ded3f4f66c7.tar.gz |
New category: time. Move many packages here:
misc/cal, misc/cardboard-schedule, misc/ical, misc/plan, misc/py-mxDateTime,
misc/remind, sysutils/logtime, and 19 more from x11.
Diffstat (limited to 'time/remind/Makefile')
-rw-r--r-- | time/remind/Makefile | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/time/remind/Makefile b/time/remind/Makefile new file mode 100644 index 00000000000..b9d76f093de --- /dev/null +++ b/time/remind/Makefile @@ -0,0 +1,44 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/12/17 23:32:11 wiz Exp $ +# + +DISTNAME= remind-03.00.21 +PKGNAME= ${DISTNAME:C/0([0-9])/\1/g} +CATEGORIES= time +MASTER_SITES= http://www.roaringpenguin.com/ + +MAINTAINER= kim@tac.nyc.ny.us +HOMEPAGE= http://www.roaringpenguin.com/remind.html + +GNU_CONFIGURE= yes + +# We don't want to require tcl just for one script. +post-build: + @${SED} -e 's,@TCLSH@,tclsh8.0,' \ + < ${WRKSRC}/scripts/cm2rem.tcl \ + > ${WRKSRC}/scripts/cm2rem + @${MV} ${WRKSRC}/man/cm2rem.1 ${WRKSRC}/man/cm2rem.1.bak + @${SED} -e 's,@TCLSH@,tclsh8.0,' \ + < ${WRKSRC}/man/cm2rem.1.bak \ + > ${WRKSRC}/man/cm2rem.1 + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/remind + (cd ${WRKSRC}; \ + ${INSTALL_DATA} -p examples/defs.rem \ + ${PREFIX}/share/examples/remind; \ + ${INSTALL_DATA} -p examples/remind.vim \ + ${PREFIX}/share/examples/remind; \ + ${INSTALL_DATA} -p scripts/remind-all.csh \ + ${PREFIX}/share/examples/remind; \ + ${INSTALL_DATA} -p scripts/remind-all.sh \ + ${PREFIX}/share/examples/remind) + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/remind + (cd ${WRKSRC}; \ + ${INSTALL_DATA} -p docs/README.UNIX \ + ${PREFIX}/share/doc/remind; \ + ${INSTALL_DATA} -p docs/WHATSNEW.30 \ + ${PREFIX}/share/doc/remind; \ + ${INSTALL_DATA} -p COPYRIGHT \ + ${PREFIX}/share/doc/remind) + +.include "../../mk/bsd.pkg.mk" |