2004-10-20 13:17:36 +02: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
|
2011-09-17 16:55:56 +02:00
|
|
|
PORTVERSION= 2.2p2
|
2004-10-20 13:17:36 +02:00
|
|
|
CATEGORIES= comms java
|
2011-09-17 16:55:56 +02:00
|
|
|
MASTER_SITES= http://rxtx.qbang.org/pub/rxtx/ \
|
|
|
|
ftp://jarvi.dsl.frii.com/pub/rxtx/
|
2004-10-20 13:17:36 +02:00
|
|
|
PKGNAMESUFFIX= -${JAVA_PORT:S/java\///}
|
2011-09-17 16:55:56 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/pre/}
|
2004-10-20 13:17:36 +02:00
|
|
|
|
2011-09-17 16:55:56 +02:00
|
|
|
MAINTAINER= mirror176@cox.net
|
2004-10-20 13:17:36 +02:00
|
|
|
COMMENT= Native interface to serial ports in Java
|
|
|
|
|
2006-05-12 20:50:46 +02:00
|
|
|
USE_ZIP= yes
|
2004-10-20 13:17:36 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_JAVA= yes
|
2011-07-21 07:03:02 +02:00
|
|
|
JAVA_VERSION= 1.5+
|
2004-10-20 13:17:36 +02:00
|
|
|
JAVA_OS= native
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-10-20 13:17:36 +02:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2004-10-25 12:02:43 +02:00
|
|
|
CONFIGURE_ENV= JAVA_HOME=${JAVA_HOME}
|
2004-10-20 13:17:36 +02:00
|
|
|
PREFIX= ${JAVA_HOME}/jre
|
2005-04-25 10:21:05 +02:00
|
|
|
NO_MTREE= yes
|
2004-10-20 13:17:36 +02:00
|
|
|
|
2007-06-28 19:20:33 +02:00
|
|
|
PLIST_SUB= ARCH=${ARCH}
|
2007-06-28 17:45:24 +02:00
|
|
|
|
2007-03-29 14:53:22 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure ${WRKSRC}/ltconfig
|
|
|
|
|
2004-10-20 13:17:36 +02:00
|
|
|
.include <bsd.port.mk>
|