1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/net/jicmp/Makefile
Martin Wilke 6b1fa09df9 - Update to 1.0.9
PR:		131109
Submitted by:	Sevan Janiyan <venture37@geeklan.co.uk>
Approved by:	maintainer timeout
2009-03-16 14:38:30 +00:00

33 lines
712 B
Makefile

# New ports collection makefile for: net/jicmp
# Date created: 24 June 2008
# Whom: Ryan T. Dean <rtdean@cytherianage.net>
#
# $FreeBSD$
#
PORTNAME= jicmp
PORTVERSION= 1.0.9
CATEGORIES= net java
MASTER_SITES= SF/opennms
MAINTAINER= rtdean@cytherianage.net
COMMENT= A Java native interface (JNI) to ICMP (ping)
USE_JAVA= yes
JAVA_VERSION= 1.5+
JAVA_BUILD= yes
JAVA_RUN= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= JAVA_HOME=${JAVA_HOME}
USE_LDCONFIG= yes
USE_AUTOTOOLS= automake:19
pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} "Installation settings:"
@${ECHO_MSG} " Location of JDK: ${JAVA_HOME}"
@${ECHO_MSG} " Location of Java port: ${JAVA_PORT}"
@${ECHO_MSG} ""
.include <bsd.port.mk>