mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
6da29a94fa
fixed in next two months. With hat: portmgr
28 lines
581 B
Makefile
28 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"
|