openbsd-ports/mail/ingo/Makefile
jasper 20696471fe remove marc balmer as maintainer of all of his ports, to take away the
illusion marc still maintains them. as requested by himself.
2009-09-15 17:37:21 +00:00

41 lines
827 B
Makefile

# $OpenBSD: Makefile,v 1.8 2009/09/15 17:37:21 jasper Exp $
COMMENT= mail filter rules for imp
HORDE_MODULE= ingo
HORDE_NAME= Ingo
DISTNAME= ${HORDE_MODULE}-h3-1.2.1
PKGNAME= ${DISTNAME}p1
CATEGORIES= mail www
HOMEPAGE= http://www.horde.org/${HORDE_MODULE}/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_HORDE:=ingo/}
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 \
:imp-h3-*:mail/imp
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>