freebsd-ports/databases/frontbase-jdbc/Makefile
Edwin Groothuis 5ebd7f32c8 [NEW PORTS] www/webobjects(+) Apple WebObjects ports bundle
This is a bundle of several ports covering many typical requirements
for building an Apple WebObjects deployment environment. Each port
is or has a dependancy with some other port in the bundle, and have
therefore been lodged collectively.

	databases/frontbase-jdbc:

	This is the official implementation of JDBC, the Java Database
	Connectivity API, for accessing FrontBase databases from Java.

	WWW: http://www.frontbase.com/

PR:		ports/117299
Submitted by:	Quinton Dolan <q@onthenet.com.au>
2008-06-13 04:25:26 +00:00

37 lines
845 B
Makefile

# New ports collection makefile for: frontbase-jdbc
# Date created: Mon Apr 16 07:07:22 EST 2007
# Whom: Quinton Dolan <q@onthenet.com.au>
#
# $FreeBSD$
#
PORTNAME= frontbase
PORTVERSION= 2.5.6
CATEGORIES= databases java
MASTER_SITES+= http://www.frontbase.com/download/JDBC/
PKGNAMESUFFIX= -jdbc
DISTNAME= FrontBaseJDBC-${PORTVERSION}
EXTRACT_SUFX= .tar
MAINTAINER?= q@onthenet.com.au
COMMENT= The Java JDBC implementation for FrontBase
USE_JAVA= yes
JAVA_VERSION= 1.4+
NO_BUILD= yes
JARFILE= frontbasejdbc.jar
PLIST_FILES= %%JAVAJARDIR%%/${JARFILE}
SUB_FILES+= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
.include <bsd.port.pre.mk>
do-install:
@${INSTALL_DATA} ${WRKSRC}/${JARFILE} ${JAVAJARDIR}/${JARFILE}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>