openbsd-ports/productivity/calcurse/Makefile
ajacoutot 21fb4fe50e Update to calcurse-2.8.
from developer and maintainer Frederic Culot
2010-06-15 07:29:39 +00:00

33 lines
722 B
Makefile

# $OpenBSD: Makefile,v 1.10 2010/06/15 07:29:39 ajacoutot Exp $
COMMENT= text-based calendar and scheduling application
DISTNAME= calcurse-2.8
CATEGORIES= productivity
MAINTAINER= Frederic Culot <frederic@culot.org>
HOMEPAGE= http://culot.org/calcurse
# BSD
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>