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


1.6
date	2013.01.26.15.26.01;	author svnexp;	state Exp;
branches;
next	1.5;

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

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

1.3
date	2010.08.30.11.46.37;	author olgeni;	state Exp;
branches;
next	1.2;

1.2
date	2010.06.17.10.26.55;	author olgeni;	state Exp;
branches;
next	1.1;

1.1
date	2010.06.12.16.39.54;	author olgeni;	state Exp;
branches;
next	;


desc
@@


1.6
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311019
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/lang/clojure-contrib/Makefile 311019 2013-01-26 15:03:48Z olgeni $

PORTNAME=	clojure-contrib
PORTVERSION=	1.2.0
CATEGORIES=	lang lisp java
MASTER_SITES=	http://cloud.github.com/downloads/clojure/clojure-contrib/

MAINTAINER=	olgeni@@FreeBSD.org
COMMENT=	Extensions and enhancements to the Clojure libraries

BUILD_DEPENDS=	${LOCALBASE}/bin/clojure:${PORTSDIR}/lang/clojure

USE_ZIP=	yes
USE_JAVA=	yes
NO_BUILD=	yes
JAVA_VERSION=	1.6+

PLIST_FILES=	%%JAVAJARDIR%%/clojure-contrib-1.2.0.jar

do-install:
	@@${INSTALL_DATA} ${WRKSRC}/target/clojure-contrib-1.2.0.jar ${JAVAJARDIR}

.include <bsd.port.mk>
@


1.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308604
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308604 | bapt | 2012-12-10 13:18:28 +0000 (Mon, 10 Dec 2012) | 3 lines
## SVN ##
## SVN ## Decommissioning java 1.5 (EOLed since October 2009):
## SVN ## suppress any reference to JAVA_VERSION=	1.5+ (part2)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 1
a1 2
# Created by: olgeni
# $FreeBSD: head/lang/clojure-contrib/Makefile 308604 2012-12-10 13:18:28Z bapt $
@


1.4
log
@Switch exporter over
@
text
@d1 2
a2 7
# ex:ts=8
# Ports collection makefile for:	clojure-contrib
# Date created:		Jun 12 2010
# Whom:			olgeni
#
# $FreeBSD: head/lang/clojure-contrib/Makefile 300896 2012-07-14 13:54:48Z beat $
#
d17 1
a17 1
JAVA_VERSION=	1.5+
@


1.3
log
@Upgrade to version 1.2.0.
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.2
log
@Switch to USE_ANT and MAKE_ARGS.
@
text
@d10 1
a10 1
PORTVERSION=	1.1.0
d12 1
a12 1
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
a19 1
USE_ANT=	yes
d21 1
d24 1
a24 1
MAKE_ARGS+=	-Dclojure.jar=${JAVAJARDIR}/clojure.jar
d27 1
a27 1
	@@${INSTALL_DATA} ${WRKSRC}/clojure-contrib.jar ${JAVAJARDIR}/clojure-contrib.jar
@


1.1
log
@Add clojure-contrib: extensions and enhancements to the standard
Clojure libraries.
@
text
@d17 1
a17 2
BUILD_DEPENDS=	${LOCALBASE}/bin/ant:${PORTSDIR}/devel/apache-ant \
		${LOCALBASE}/bin/clojure:${PORTSDIR}/lang/clojure
d20 1
d24 1
a24 2
do-build:
	@@cd ${WRKSRC} && ${SETENV} ant -Dclojure.jar=${JAVAJARDIR}/clojure.jar
@

