- add another http MASTER_SITE

- move common dep's to the module, no plist changes
- tidy Makefiles
This commit is contained in:
sthen 2010-07-30 22:10:54 +00:00
parent 64acead911
commit d6bf776c22
9 changed files with 31 additions and 45 deletions

View File

@ -1,15 +1,13 @@
# $OpenBSD: Makefile,v 1.2 2010/07/30 16:11:25 sthen Exp $
# $OpenBSD: Makefile,v 1.3 2010/07/30 22:10:54 sthen Exp $
COMMENT= dynamic front-end for IMP webmail
HORDE_NAME= DIMP
# GPLv2
DISTNAME= dimp-h3-1.1.4
CATEGORIES= mail
# GPLv2
RUN_DEPENDS= ${HORDE_RUNDEP} \
::www/horde/imp
RUN_DEPENDS= ::www/horde/imp
.include <bsd.port.mk>

View File

@ -1,10 +1,11 @@
# $OpenBSD: horde.port.mk,v 1.3 2010/07/30 21:24:39 sthen Exp $
# $OpenBSD: horde.port.mk,v 1.4 2010/07/30 22:10:54 sthen Exp $
CATEGORIES += www www/horde
HORDE_MODULE ?= ${DISTNAME:C/-h3-.*//}
HORDE_SITES ?= \
http://ftp.se.horde.org/ \
http://ftp.horde.org/pub/ \
ftp://ftp.horde.org/pub/ \
ftp://ftp.de.horde.org/mirrors/ftp.de.horde.org/pub/ \
@ -12,17 +13,17 @@ HORDE_SITES ?= \
ftp://ftp.tw.horde.org/pub/ \
ftp://ftp.us.horde.org/pub/software/horde/
MASTER_SITES ?= ${HORDE_SITES:=${HORDE_MODULE}/}
PKG_ARCH ?= *
PREFIX ?= /var/www
INSTDIR ?= horde/${HORDE_MODULE}
HOMEPAGE ?= http://www.horde.org/${HORDE_MODULE}/
SUBST_VARS += INSTDIR
.if !${HORDE_MODULE:Mhorde}
SUBST_VARS += HORDE_MODULE HORDE_NAME INSTDIR
HORDE_RUNDEP = :horde->=3.0:www/horde/horde
.if ${HORDE_MODULE}
SUBST_VARS += HORDE_MODULE HORDE_NAME
RUN_DEPENDS += :horde->=3.0:www/horde/horde
MASTER_SITES ?= ${HORDE_SITES:=${HORDE_MODULE}/}
HOMEPAGE ?= http://www.horde.org/${HORDE_MODULE}/
.endif
do-install:

View File

@ -1,17 +1,15 @@
# $OpenBSD: Makefile,v 1.2 2010/07/30 15:31:17 sthen Exp $
# $OpenBSD: Makefile,v 1.3 2010/07/30 22:10:54 sthen Exp $
COMMENT= highly configurable pop3/imap4 webmail client
HORDE_NAME= IMP
# GPLv2
DISTNAME= imp-h3-4.3.7
REVISION= 0
CATEGORIES= mail
# GPLv2
RUN_DEPENDS= ${HORDE_RUNDEP} \
:pear-Auth-SASL-*:security/pear-Auth-SASL \
RUN_DEPENDS= :pear-Auth-SASL-*:security/pear-Auth-SASL \
:pear-HTTP-Request-*:net/pear-HTTP-Request \
:pear-Net-SMTP-*:net/pear-Net-SMTP \
:php5-imap-*:www/php5/extensions,-imap

View File

@ -1,17 +1,15 @@
# $OpenBSD: Makefile,v 1.3 2010/07/30 21:14:10 sthen Exp $
# $OpenBSD: Makefile,v 1.4 2010/07/30 22:10:54 sthen Exp $
COMMENT= mail filter rules for IMP
HORDE_MODULE= ingo
HORDE_NAME= Ingo
# Horde (BSD-like with some restrictions, see LICENSE)
DISTNAME= ingo-h3-1.2.4
REVISION= 1
CATEGORIES= mail
# Horde (BSD-like with some restrictions, see LICENSE)
RUN_DEPENDS= ${HORDE_RUNDEP} \
:imp-h3-*:www/horde/imp
RUN_DEPENDS= :imp-h3-*:www/horde/imp
.include <bsd.port.mk>

View File

@ -1,17 +1,15 @@
# $OpenBSD: Makefile,v 1.3 2010/07/30 21:14:09 sthen Exp $
# $OpenBSD: Makefile,v 1.4 2010/07/30 22:10:54 sthen Exp $
COMMENT= web based calendar application, for Horde
HORDE_NAME= Kronolith
# GPLv2
DISTNAME= kronolith-h3-2.3.4
REVISION= 1
CATEGORIES= mail
# GPLv2
RUN_DEPENDS= ${HORDE_RUNDEP} \
:imp-h3-*:www/horde/imp \
RUN_DEPENDS= :imp-h3-*:www/horde/imp \
:pear-Date-*:devel/pear-Date
.include <bsd.port.mk>

View File

@ -1,15 +1,13 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/07/30 15:52:50 sthen Exp $
# $OpenBSD: Makefile,v 1.2 2010/07/30 22:10:54 sthen Exp $
COMMENT= lightweight front-end for mobile IMP users
HORDE_NAME= MIMP
# GPLv2
DISTNAME= mimp-h3-1.1.3
CATEGORIES= mail
# GPLv2
RUN_DEPENDS= ${HORDE_RUNDEP} \
::www/horde/imp
RUN_DEPENDS= ::www/horde/imp
.include <bsd.port.mk>

View File

@ -1,16 +1,14 @@
# $OpenBSD: Makefile,v 1.3 2010/07/30 21:14:09 sthen Exp $
# $OpenBSD: Makefile,v 1.4 2010/07/30 22:10:54 sthen Exp $
COMMENT= memo application, for Horde
HORDE_NAME= Mnemo
# Horde (BSD-like with some restrictions, see LICENSE)
DISTNAME= mnemo-h3-2.2.3
REVISION= 1
CATEGORIES= databases
# Horde (BSD-like with some restrictions, see LICENSE)
RUN_DEPENDS= ${HORDE_RUNDEP} \
:php5-imap-*:www/php5/extensions,-imap
RUN_DEPENDS= :php5-imap-*:www/php5/extensions,-imap
.include <bsd.port.mk>

View File

@ -1,15 +1,13 @@
# $OpenBSD: Makefile,v 1.3 2010/07/30 21:14:09 sthen Exp $
# $OpenBSD: Makefile,v 1.4 2010/07/30 22:10:54 sthen Exp $
COMMENT= multiuser task list manager, for Horde
HORDE_NAME= Nag
# GPLv2
DISTNAME= nag-h3-2.3.5
REVISION= 1
# GPLv2
RUN_DEPENDS= ${HORDE_RUNDEP} \
:php5-imap-*:www/php5/extensions,-imap
RUN_DEPENDS= :php5-imap-*:www/php5/extensions,-imap
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2010/07/30 21:14:09 sthen Exp $
# $OpenBSD: Makefile,v 1.4 2010/07/30 22:10:54 sthen Exp $
COMMENT= contact management module, for Horde
@ -6,7 +6,6 @@ COMMENT= contact management module, for Horde
DISTNAME= turba-h3-2.3.4
REVISION= 1
RUN_DEPENDS= ${HORDE_RUNDEP} \
:imp-h3-*:www/horde/imp
RUN_DEPENDS= :imp-h3-*:www/horde/imp
.include <bsd.port.mk>