freebsd-ports/accessibility/java-access-bridge/Makefile
Martin Wilke 3e4ed01146 - 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 17:56:05 +00:00

34 lines
872 B
Makefile

# New ports collection makefile for: java-access-bridge
# Date created: 2006-11-04
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/accessibility/java-access-bridge/Makefile,v 1.2 2007/03/06 14:03:02 ahze Exp $
PORTNAME= java-access-bridge
PORTVERSION= 1.18.0
PORTREVISION= 2
CATEGORIES= accessibility java gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Gnome Java Accessibility Bridge
BUILD_DEPENDS= xprop:${PORTSDIR}/x11/xprop
RUN_DEPENDS= xprop:${PORTSDIR}/x11/xprop
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GNOME= atspi gnomehack
USE_JAVA= 1.4+
JAVA_OS= native
USE_GMAKE= yes
CONFIGURE_ARGS= --without-gcj-compile --with-jardir=${JAVAJARDIR}
post-patch:
@${REINPLACE_CMD} -e 's|$${prefix}/share/jar|${JAVAJARDIR}|' \
${WRKSRC}/Makefile.in \
${WRKSRC}/bridge/Makefile.in
.include <bsd.port.mk>