jasper 91d2746404 import when 1.1.21
When is an extremely simple personal calendar program, aimed at the Unix
geek who wants something minimalistic. It can keep track of things you
need to do on particular dates. Its file format is a simple text file,
which you can edit in your favorite editor.

feedback and ok ajacoutot@
2010-09-10 11:13:20 +00:00

34 lines
770 B
Makefile
Executable File

# $OpenBSD: Makefile,v 1.1.1.1 2010/09/10 11:13:20 jasper Exp $
COMMENT= simple but effective personal calendar
DISTNAME= when
PKGNAME= when-1.1.21
CATEGORIES= productivity
HOMEPAGE= http://www.lightandmatter.com/when/when.html
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.phil.uu.nl/~lievisse/distfiles/
NO_BUILD= Yes
PKG_ARCH= *
WRKDIST= ${WRKDIR}/when_dist
# Requires interactive terminal and other hoops not worth going through.
NO_REGRESS= Yes
do-configure:
@perl -pi -e 's,/usr/bin,${PREFIX}/bin,' ${WRKSRC}/when.1
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/when ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/when.1 ${PREFIX}/man/man1
.include <bsd.port.mk>