mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
9f159dad7f
* Use MODJAVA_VER=21 (no plus. does not run with 25) * update HOMEPAGE and DESCR ok ian@
33 lines
806 B
Makefile
33 lines
806 B
Makefile
COMMENT= open source alternative to Microsoft Project
|
|
|
|
DISTNAME= projectlibre-1.9.8
|
|
CATEGORIES= productivity
|
|
|
|
HOMEPAGE= https://www.projectlibre.com/
|
|
|
|
# Common Public Attribution License; see license/index.html
|
|
# Includes anti patent litigation terms etc (similar to Mozilla Public License
|
|
# with some changes / additional terms)
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
SITES= ${SITE_SOURCEFORGE:=projectlibre/}
|
|
|
|
MODULES= java
|
|
MODJAVA_VER= 21
|
|
|
|
SUBST_VARS= JAVA_HOME
|
|
|
|
NO_BUILD= Yes
|
|
NO_TEST= Yes
|
|
|
|
PKG_ARCH= *
|
|
|
|
do-install:
|
|
${SUBST_PROGRAM} ${FILESDIR}/projectlibre \
|
|
${PREFIX}/bin/projectlibre
|
|
${INSTALL_DATA_DIR} ${PREFIX}/lib/projectlibre/lib/
|
|
${INSTALL_DATA} ${WRKSRC}/projectlibre.jar ${PREFIX}/lib/projectlibre/
|
|
${INSTALL_DATA} ${WRKSRC}/lib/* ${PREFIX}/lib/projectlibre/lib/
|
|
|
|
.include <bsd.port.mk>
|