59b7161bf3
by the php5-imap port. Tidy PLIST while there. discussed with robert, mbalmer pwd.db parts ok robert@ "you can commit the other part too" mbalmer@
48 lines
1.1 KiB
Makefile
48 lines
1.1 KiB
Makefile
# $OpenBSD: Makefile,v 1.20 2007/11/05 10:29:23 sthen Exp $
|
|
|
|
COMMENT= highly configurable pop3/imap4 webmail client
|
|
|
|
HORDE_MODULE= imp
|
|
HORDE_NAME= IMP
|
|
|
|
DISTNAME= ${HORDE_MODULE}-h3-4.1.5
|
|
PKGNAME= ${DISTNAME}p1
|
|
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>
|