[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / mail / squirrelmail

File: [local] / ports / mail / squirrelmail / Makefile (download)

Revision 1.7, Tue Oct 20 06:58:17 2009 UTC (14 years, 7 months ago) by yason
Branch: MAIN
Changes since 1.6: +2 -3 lines

make install pretty

# $OpenBSD$

COMMENT =		standards-based webmail package written in PHP

DISTNAME =		squirrelmail-1.4.20-RC2

CATEGORIES =		mail www

HOMEPAGE =		http://www.squirrelmail.org/

MAINTAINER =		Kirill Bychkov <yason@linklevel.net>

# GPLv2
PERMIT_PACKAGE_CDROM =	Yes
PERMIT_PACKAGE_FTP =	Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP =	Yes

MASTER_SITES =		${MASTER_SITE_SOURCEFORGE:=squirrelmail/}

NO_BUILD =		Yes
NO_REGRESS = 		Yes
PKG_ARCH = 		*

PREFIX = 		/var/www
INSTDIR = 		${PREFIX}/htdocs/squirrelmail

RUN_DEPENDS = 		:php5-core-*:www/php5/core

do-install:
	${INSTALL_DATA_DIR} ${INSTDIR}
	cd ${WRKDIST}; tar cf - . | tar xf - -C ${INSTDIR}

.include <bsd.port.mk>