openbsd-ports/devel/jenkins/Makefile
ian fe1616ba97 Put more options into daemon_flags, and document in README how to configure
the HTTPS and AJP ports (both now disabled). Remove dead variables.
Use ${LOCALBASE} one place instead of ${TRUEPREFIX}, requested by sthen@.
Brief note on migration from Hudson. Bump REVISION.
Spirited discussion with ajacoutot@ and schwarze@; ok ajacoutot@
2011-03-28 22:03:43 +00:00

47 lines
948 B
Makefile

# $OpenBSD: Makefile,v 1.3 2011/03/28 22:03:43 ian Exp $
COMMENT = continuous integration server
VERSION = 1.401
REVISION = 1
DISTNAME = jenkins
PKGNAME = jenkins-${VERSION}
DIST_SUBDIR = jenkins-${VERSION}
CATEGORIES = devel
HOMEPAGE = http://jenkins-ci.org/
MAINTAINER= Ian Darwin <ian@openbsd.org>
# Code under MIT license, Artwork under Creative Commons
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = http://mirrors.jenkins-ci.org/war/${VERSION}/
EXTRACT_ONLY =
EXTRACT_SUFX = .war
MODULES = java
MODJAVA_VER = 1.6+
MODJAVA_JRE = yes
RUN_DEPENDS = java/javaPathHelper
NO_BUILD = Yes
NO_REGRESS = Yes
HOMEDIR = /var/jenkins
WARDIR = ${PREFIX}/share/jenkins
BINDIR = ${PREFIX}/bin
SUBST_VARS += HOMEDIR
do-install:
${INSTALL_DATA_DIR} ${WARDIR}
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/jenkins.war ${WARDIR}
.include <bsd.port.mk>