aboutsummaryrefslogtreecommitdiffstats
path: root/java/jaf/Makefile
blob: 443d921ab0e05915226853b92e91f6b37bb45872 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# New ports collection makefile for:    JavaBeans Activation Framework (JAF)
# Date created:     1999/08/08
# Whom:         Jose Marques
#
# $FreeBSD$
#

PORTNAME=   jaf
PORTVERSION=    1.0.2
PORTREVISION=   1
CATEGORIES= java
MASTER_SITES=   #
DISTNAME=   ${PORTNAME}-1_0_2

MAINTAINER= java@freebsd.org
COMMENT=    JavaBeansTM Activation Framework

USE_ZIP=    YES
USE_JAVA=   1.1+

WRKSRC=     ${WRKDIR}/${PORTNAME}-${PORTVERSION}
NO_BUILD=   yes
NO_CDROM=   "See the license"
TARGET_DIR= ${PREFIX}/share/java/${PKGNAME}
PLIST_SUB+= T=${TARGET_DIR:S/^${PREFIX}\///}
DOWNLOAD_URL=   "http://java.sun.com/products/javabeans/glasgow/jaf.html"

.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE= "You must manually fetch the distribution from ${DOWNLOAD_URL} and place it in ${DISTDIR} then run make again"
.endif

do-install:
    ${MKDIR} ${PREFIX}/share/java/classes
    ${MKDIR} ${TARGET_DIR}
    ${CP} -R ${WRKSRC}/* ${TARGET_DIR}
    ${LN} -sf ${TARGET_DIR}/activation.jar ${PREFIX}/share/java/classes/activation.jar

.include <bsd.port.post.mk>