1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/devel/jep/Makefile
Dmitry Marakasov 528e56ba6e - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-06-25 18:37:17 +00:00

31 lines
701 B
Makefile

# Created by: Choe, Cheng-Dae
# $FreeBSD$
PORTNAME= jep
PORTVERSION= 2.4
PORTREVISION= 1
CATEGORIES= devel java python
MASTER_SITES= SF/${PORTNAME}p/${PORTNAME}/${PORTVERSION}
MAINTAINER= lippe@FreeBSD.org
COMMENT= Java Embedded Python
HAS_CONFIGURE= yes
CONFIGURE_ENV= JAVA_HOME=${JAVA_HOME}
MAKE_ENV= JAVA_HOME=${JAVA_HOME}
CONFIGURE_ARGS= --prefix=${PREFIX} --exec-prefix=${PREFIX}
USE_JAVA= yes
JAVA_VERSION= 1.6+
USE_PYTHON= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= libtool
# Necessary, since the configure script does the LIBS and
# LDFLAGS detection wrong
LDFLAGS= -L${LOCALBASE}/lib
post-install:
${INSTALL_DATA} ${WRKSRC}/jep.jar ${STAGEDIR}${JAVAJARDIR}/
.include <bsd.port.mk>