19bf8ca000
Major changes compared to the IMP H3 (4.1.5) version are: * Small bug fixes and improvements. * Updated Japanese translation. The full list of changes (from version H3 (4.1.5)) can be viewed here: http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.699.2.247&r2=1.699.2.250.2.1&ty=h
47 lines
1.1 KiB
Makefile
47 lines
1.1 KiB
Makefile
# $OpenBSD: Makefile,v 1.21 2008/01/09 10:12:23 mbalmer Exp $
|
|
|
|
COMMENT= highly configurable pop3/imap4 webmail client
|
|
|
|
HORDE_MODULE= imp
|
|
HORDE_NAME= IMP
|
|
|
|
DISTNAME= ${HORDE_MODULE}-h3-4.1.6
|
|
CATEGORIES= mail www
|
|
HOMEPAGE= http://www.horde.org/${HORDE_MODULE}/
|
|
|
|
MAINTAINER= Marc Balmer <mbalmer@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_HORDE:=imp/tarballs/}
|
|
|
|
NO_BUILD= Yes
|
|
NO_REGRESS= Yes
|
|
PKG_ARCH= *
|
|
EXTRACT_ONLY=
|
|
|
|
PREFIX= /var/www
|
|
INSTDIR= ${PREFIX}/horde
|
|
SUBST_VARS= INSTDIR HORDE_NAME HORDE_MODULE
|
|
|
|
RUN_DEPENDS= :horde->=3.0:devel/horde \
|
|
:php5-imap-*:www/php5/extensions,-imap \
|
|
:pear-Mail-*:mail/pear-Mail \
|
|
:pear-Mail-Mime-*:mail/pear-Mail-Mime \
|
|
:pear-Net-SMTP-*:net/pear-Net-SMTP \
|
|
:pear-Auth-SASL-*:security/pear-Auth-SASL \
|
|
:pear-HTTP-Request-*:net/pear-HTTP-Request
|
|
|
|
pre-fake:
|
|
${INSTALL_DATA_DIR} ${INSTDIR}
|
|
|
|
do-install:
|
|
@cd ${INSTDIR} && tar zxf ${FULLDISTDIR}/${DISTNAME}${EXTRACT_SUFX}
|
|
@mv ${INSTDIR}/${DISTNAME} ${INSTDIR}/${HORDE_MODULE}
|
|
|
|
.include <bsd.port.mk>
|