18c314f9cc
-- IMP is a powerful web-based IMAP4/POP3 client. It is built on top of the Horde Application Framework, and features state of the art MIME handling, per-user preferences, folder navigation, searching, and an uncluttered user interface.
40 lines
796 B
Makefile
40 lines
796 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2002/01/26 18:58:54 avsm Exp $
|
|
|
|
COMMENT= "highly configurable pop3/imap4 webmail client"
|
|
|
|
V= 3.0
|
|
DISTNAME= imp-${V}
|
|
CATEGORIES= mail www
|
|
NEED_VERSION= 1.502
|
|
HOMEPAGE= http://www.horde.org/imp/
|
|
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ftp://ftp.horde.org/pub/imp/tarballs/
|
|
|
|
NO_BUILD= Yes
|
|
NO_REGRESS= Yes
|
|
NO_CONFIGURE= Yes
|
|
EXTRACT_ONLY=
|
|
|
|
PREFIX= /var/www
|
|
INSTDIR= ${PREFIX}/horde
|
|
SUBST_VARS= INSTDIR
|
|
|
|
# RUN_DEPENDS= :horde->=2.0:devel/horde
|
|
|
|
pre-fake:
|
|
${INSTALL_DATA_DIR} ${INSTDIR}
|
|
|
|
do-install:
|
|
@cd ${INSTDIR} && tar zxf ${FULLDISTDIR}/${DISTNAME}${EXTRACT_SUFX}
|
|
@mv ${INSTDIR}/imp-3.0 ${INSTDIR}/imp
|
|
|
|
.include <bsd.port.mk>
|