cf2af802e0
JTracker is an issue tracking product inspired by the Tracker and Collector products. Its distinction is a much-simplified feature set and transparent management of every component. It will not interfere with existing site designs, either.
32 lines
666 B
Makefile
32 lines
666 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2004/08/03 14:05:29 xsa Exp $
|
|
|
|
COMMENT= "Zope-based issues tracker"
|
|
|
|
V= 1_11
|
|
DISTNAME= JTracker-${V}
|
|
PKGNAME= zope-${DISTNAME:S/_/./:L}
|
|
CATEGORIES= www
|
|
|
|
HOMEPAGE= http://www.dataflake.org/software/jtracker/
|
|
|
|
MAINTAINER= Xavier Santolaria <xsa@openbsd.org>
|
|
|
|
# ZPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}jtracker_${V:S/_/./g}/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MODULES= www/zope
|
|
|
|
WRKDIST= ${WRKDIR}/JTracker
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${MODZOPE_PRODUCTSDIR}
|
|
cd ${WRKDIR}; tar cf - JTracker | tar xf - -C ${MODZOPE_PRODUCTSDIR}
|
|
|
|
.include <bsd.port.mk>
|