freebsd-ports/deskutils/openproj/Makefile
Dirk Meyer 3006ce6ae3 OpenProj is a free, open source desktop alternative to Microsoft Project.
OpenProj has equivalent functionality, a familiar user interface and even
opens existing MSProject files. OpenProj is interoperable with Project,
with a Gantt Chart and PERT chart etc.

Licensed under Common Public Attribution License Version 1.0 (CPAL).

WWW: http://openproj.org/
2008-04-15 08:54:28 +00:00

33 lines
802 B
Makefile

# New ports collection makefile for: openproj
# Date created: 15 Apr 2008
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= openproj
PORTVERSION= 1.0
CATEGORIES= deskutils editors java
MASTER_SITES= SF
MAINTAINER= dinoex@FreeBSD.org
COMMENT= A free, open source Project Manager
RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper
USE_JAVA= yes
JAVA_VERSION= 1.5+
NO_BUILD= yes
DATADIR= ${JAVASHAREDIR}/${PORTNAME}-${PORTVERSION}
DATAFILES= lib license openproj.jar readme.txt
SUB_FILES= openproj.sh
do-install:
cd ${WRKSRC} \
&& ${FIND} ${DATAFILES} -type d -exec ${MKDIR} ${DATADIR}/{} \; \
&& ${FIND} ${DATAFILES} -type f -exec ${INSTALL_DATA} {} ${DATADIR}/{} \;
${INSTALL_SCRIPT} ${WRKDIR}/openproj.sh ${PREFIX}/bin/openproj
.include <bsd.port.mk>