6da29a94fa
fixed in next two months. With hat: portmgr
27 lines
581 B
Makefile
27 lines
581 B
Makefile
# New ports collection makefile for: qdbm-java
|
|
# Date created: September 25th, 2006
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -java
|
|
|
|
COMMENT= Java API for QDBM
|
|
|
|
BROKEN= fails to install
|
|
DEPRECATED= Has been broken for more than 6 months
|
|
EXPIRATION_DATE=2008-09-19
|
|
|
|
SLAVEPORT= java
|
|
|
|
USE_JAVA= yes
|
|
JAVA_VERSION= 1.5+
|
|
JAVA_OS= native
|
|
MASTERDIR= ${.CURDIR}/../../databases/qdbm
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/java
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PATCHDIR= ${.CURDIR}/files
|
|
|
|
.include "${MASTERDIR}/Makefile"
|