openbsd-ports/net/apache-activemq/Makefile

48 lines
1.1 KiB
Makefile
Raw Normal View History

2014-08-31 15:16:53 -04:00
# $OpenBSD: Makefile,v 1.15 2014/08/31 19:16:53 jasper Exp $
PKG_ARCH= *
COMMENT= open source message broker implementing JMS 1.1
2014-08-31 15:16:53 -04:00
V= 5.10.0
DISTNAME= apache-activemq-$V
CATEGORIES= net
2013-07-14 12:37:01 -04:00
HOMEPAGE= https://activemq.apache.org/
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
# Apache2
PERMIT_PACKAGE_CDROM= Yes
2014-05-20 15:34:48 -04:00
MASTER_SITES= ${MASTER_SITE_APACHE:=activemq/${V}/}
EXTRACT_SUFX= -bin.tar.gz
MODULES= java
MODJAVA_VER= 1.6+
RUN_DEPENDS= java/javaPathHelper
SUBST_VARS += V
NO_BUILD= Yes
2013-03-11 07:35:43 -04:00
NO_TEST= Yes
pre-configure:
${SUBST_CMD} ${WRKSRC}/bin/activemq
do-install:
rm -r ${WRKSRC}/bin/{macosx,linux-x86-*,*.orig} \
${WRKSRC}/data
${INSTALL_DATA_DIR} ${PREFIX}/activemq/
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/activemq/conf
cd ${WRKSRC} && tar cf - * | tar xf - -C ${PREFIX}/activemq/
${INSTALL_DATA} ${FILESDIR}/activemq.conf ${PREFIX}/share/examples/activemq/
mv ${PREFIX}/activemq/conf ${PREFIX}/share/examples/activemq/
cd ${PREFIX}/activemq && ln -sf /var/db/activemq/data data
cd ${PREFIX}/activemq && ln -sf /var/db/activemq/tmp tmp
cd ${PREFIX}/activemq && ln -sf ${SYSCONFDIR}/activemq conf
.include <bsd.port.mk>