head	1.6;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2013.01.11.22.56.49;	author svnexp;	state dead;
branches;
next	1.5;

1.5
date	2012.12.12.00.09.46;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.11.17.06.02.44;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.02.08.14.01.29;	author eadler;	state Exp;
branches;
next	1.2;

1.2
date	2009.08.22.00.38.17;	author amdmi3;	state Exp;
branches;
next	1.1;

1.1
date	2009.01.14.12.48.36;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.6
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310249
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r310249 | jgh | 2013-01-11 21:52:47 +0000 (Fri, 11 Jan 2013) | 5 lines
## SVN ##
## SVN ## - port has expired, incompatible building against ant
## SVN ## - no upstream successor builds with non-EOL'd tomcat version
## SVN ##
## SVN ## Approved by:	maintainer, loader@@freebsdmall.com
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: loader@@freebsdmall.com
# $FreeBSD: head/www/openbravoerp/Makefile 308723 2012-12-12 00:07:57Z jgh $

PORTNAME=	openbravoerp
PORTVERSION=	2.40
CATEGORIES=	www java
MASTER_SITES=	SF/openbravo/09-openbravo-old-installers/${PORTVERSION}
DISTNAME=	OpenbravoERP_${PORTVERSION}-freebsd6${PLATFORM}-installer
EXTRACT_SUFX=	.bin
EXTRACT_ONLY=	#

MAINTAINER=	loader@@freebsdmall.com
COMMENT=	Openbravo ERP is a Web based ERP

DEPRECATED=	version incompatibility with devel/apache-ant
EXPIRATION_DATE=2013-01-11

ONLY_FOR_ARCHS=	i386 amd64
USE_JAVA=	yes
JAVA_VERSION=	1.6+

USE_PGSQL=	yes
WANT_PGSQL_VER=	83
NO_BUILD=	yes
IS_INTERACTIVE=	yes
NO_PACKAGE=	too interactive

APP_HOME=	OpenbravoERP${PORTVERSION}
PLIST_SUB+=	ERP=${APP_HOME}

.include <bsd.port.pre.mk>

.if ${ARCH} == i386
PLATFORM=	
.elif ${ARCH} == amd64
PLATFORM=	-x64
.else
IGNORE=	unsupported OS release
.endif

.if ${OSVERSION} >= 700000
LIB_DEPENDS+=	c.6:${PORTSDIR}/misc/compat6x
.endif

BUILD_DEPENDS+=	${LOCALBASE}/tomcat5.5/bin/bootstrap.jar:${PORTSDIR}/www/tomcat55
BUILD_DEPENDS+=	${LOCALBASE}/bin/ant:${PORTSDIR}/devel/apache-ant

pre-everything::
	@@${SH} ${PKGINSTALL} ${PORTNAME} DBWARNING

do-extract:
	@@${MKDIR} ${WRKSRC}
	@@${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
	@@${CHMOD} +x ${WRKSRC}/${DISTFILES}

pre-su-install:
	@@ ${SETENV} PKG_PREFIX=${PREFIX} PGUSER=${PGUSER} PGGROUP=${PGGROUP} \
		${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL

do-install:
	@@cd ${WRKSRC} && ${WRKSRC}/${DISTFILES} --mode text --prefix ${LOCALBASE}/${APP_HOME}

post-install:
	@@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL

.include <bsd.port.post.mk>
@


1.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308723
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308723 | jgh | 2012-12-12 00:07:57 +0000 (Wed, 12 Dec 2012) | 4 lines
## SVN ##
## SVN ## - set expiration per maintainer, no alternative is currently available
## SVN ##
## SVN ## Submitted by:	maintainer, loader@@freebsdmall.com (private mail)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@@


1.4
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:    openbravoerp
# Date created:         		2 Nov 2008
# Whom:                 		loader@@freebsdmall.com
#
# $FreeBSD: head/www/openbravoerp/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d15 3
@


1.3
log
@Remove whitespace after b.p.m to help reduce false postives when searching for other junk after b.p.m
Trivial non-functional change so maintainer not contacted

Submitted by:	Alex Kozlov
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@a67 1

@


1.1
log
@Openbravo ERP is a Web based ERP for SME, built on proven MVC & MDD framework
that facilitate its customization. Already in production, Openbravo ERP
encompasses a broad range of functionalities such as finance, supply chain,
manufacturing & much more.

WWW: http://www.openbravo.com/

PR:		ports/129175
Submitted by:	loader at freebsdmall.com
@
text
@d11 1
a11 2
MASTER_SITES=	SF
MASTER_SITE_SUBDIR=	${PORTNAME:S/erp//}
@

