mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
33 lines
793 B
Makefile
33 lines
793 B
Makefile
# New ports collection makefile for: hudson
|
|
# Date created: 2008-03-08
|
|
# Whom: Herve Quiroz <hq@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hudson
|
|
PORTVERSION= 1.294
|
|
CATEGORIES= www java devel
|
|
MASTER_SITES= https://hudson.dev.java.net/files/documents/2402/130907/
|
|
DISTNAME= hudson
|
|
EXTRACT_SUFX= .war
|
|
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
|
|
EXTRACT_ONLY=
|
|
|
|
MAINTAINER= hq@FreeBSD.org
|
|
COMMENT= An extensible continuous integration engine
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/apache-tomcat6.0/bin/catalina.sh:${PORTSDIR}/www/tomcat6
|
|
|
|
NO_BUILD= yes
|
|
|
|
WEBAPP_SUBDIR= apache-tomcat6.0/webapps
|
|
WEBAPP_DIR= ${PREFIX}/${WEBAPP_SUBDIR}
|
|
|
|
PLIST_FILES= ${WEBAPP_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} ${WEBAPP_DIR}/
|
|
|
|
.include <bsd.port.mk>
|