openbsd-ports/productivity/calcurse/Makefile
ajacoutot 68a86151ad Import calcurse-1.9
Calcurse is a text-based calendar and scheduling application. It helps
keeping track of events, appointments and everyday tasks.
A configurable notification system reminds user of upcoming deadlines,
and the curses based interface can be customized to suit user needs.
All of the commands are documented within an online help system.


Tweaked from an original submission by developer and maintainer
Frederic Culot <frederic at culot dot org>, thanks!
2007-10-27 15:25:37 +00:00

32 lines
724 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/10/27 15:25:37 ajacoutot Exp $
COMMENT= text-based calendar and scheduling application
DISTNAME= calcurse-1.9
CATEGORIES= productivity
MAINTAINER= Frederic Culot <frederic@culot.org>
HOMEPAGE= http://culot.org/calcurse
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp2.culot.org/culot/
WANTLIB= c m ncurses pthread
MODULES= devel/gettext
CONFIGURE_STYLE=gnu
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/calcurse
${INSTALL_DATA} ${WRKSRC}/{AUTHORS,NEWS,TODO} \
${PREFIX}/share/doc/calcurse
${INSTALL_DATA} ${WRKSRC}/doc/manual* ${PREFIX}/share/doc/calcurse
.include <bsd.port.mk>