2004-10-20 11:17:36 +00:00
|
|
|
# New ports collection makefile for: rxtx
|
|
|
|
# Whom: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
|
|
|
|
# Date Created: 2004-04-10 00:15:35
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= rxtx
|
2006-05-12 18:50:46 +00:00
|
|
|
PORTVERSION= 2.1.7r2
|
2004-10-20 11:17:36 +00:00
|
|
|
CATEGORIES= comms java
|
|
|
|
MASTER_SITES= ftp://jarvi.dsl.frii.com/pub/rxtx/
|
|
|
|
PKGNAMESUFFIX= -${JAVA_PORT:S/java\///}
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.([^\.]*)$/-\1/:S/p/pre/}
|
|
|
|
|
|
|
|
MAINTAINER= jb.quenot@caraldi.com
|
|
|
|
COMMENT= Native interface to serial ports in Java
|
|
|
|
|
2006-05-12 18:50:46 +00:00
|
|
|
USE_ZIP= yes
|
2004-10-20 11:17:36 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_JAVA= yes
|
|
|
|
JAVA_VERSION= 1.2+
|
|
|
|
JAVA_OS= native
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2004-10-20 11:17:36 +00:00
|
|
|
|
|
|
|
INSTALLS_SHLIB= yes
|
2004-10-25 10:02:43 +00:00
|
|
|
CONFIGURE_ENV= JAVA_HOME=${JAVA_HOME}
|
2004-10-20 11:17:36 +00:00
|
|
|
PREFIX= ${JAVA_HOME}/jre
|
2005-04-25 08:21:05 +00:00
|
|
|
NO_MTREE= yes
|
2004-10-20 11:17:36 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|