freebsd-ports/www/tasks/Makefile
Kris Kennaway b77027ff36 These broken ports are scheduled for deletion on June 18 if they are
still broken at that time and no PRs have been submitted containing a fix.
2004-04-19 07:48:48 +00:00

42 lines
955 B
Makefile

# New ports collection makefile for: tasks
# Date created: 25 Mar 2004
# Whom: Sebastien Gioria <gioria@FreeBSD.ORG>
#
# $FreeBSD$
#
PORTNAME= tasks
PORTVERSION= 1.8.5
CATEGORIES= www
MASTER_SITES= http://www.alexking.org/software/tasks/download/
DISTNAME= tasks
EXTRACT_SUFX= .zip
MAINTAINER= gioria@FreeBSD.org
COMMENT= A web based, hierarchical task manager
RESTRICTED= No redistribution or repackaging allowed
BROKEN= "Size mismatch"
DEPRECATED= ${BROKEN}
EXPIRATION_DATE=2004-06-18
USE_APACHE= yes
USE_MYSQL= yes
USE_PHP= yes
USE_ZIP= yes
PKGMESSAGE= ${WRKDIR}/pkg-message
WWW_DIR= ${PREFIX}/www/data
WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}
do-build:
@${SED} 's|%%WWW_DIR%%|${WWW_DIR}|g' ${FILESDIR}/pkg-message.in > ${PKGMESSAGE}
do-install:
${MKDIR} ${WWW_DIR}/tasks
${CP} -R ${WRKSRC}/* ${WWW_DIR}/tasks
${CHOWN} -R www:www ${WWW_DIR}/tasks
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>