aboutsummaryrefslogtreecommitdiffstats
path: root/java/jad/Makefile
blob: e4418075d914b9e993f3d7e2df05f0bc71d5c57c (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
# New ports collection makefile for:    jad
# Date created:             27 September 2000
# Whom:                     Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
#
# $FreeBSD$
#

PORTNAME=   jad
PORTVERSION=    1.5.8c
CATEGORIES= java
MASTER_SITES=   ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= znerd
DISTNAME=   jadfb158

MAINTAINER= ports@FreeBSD.org
COMMENT=    Jad, a Java decompiler

USE_ZIP=    yes
NO_WRKSUBDIR=   yes
NO_BUILD=   yes

.include <bsd.port.pre.mk>

ONLY_FOR_ARCHS= i386

do-install:
    @${INSTALL_PROGRAM} ${WRKSRC}/jad ${PREFIX}/bin/
.if !defined(NOPORTDOCS)
    @${MKDIR} ${PREFIX}/share/doc/jad
    @${INSTALL_DATA} ${WRKSRC}/Readme.txt ${PREFIX}/share/doc/jad/
.endif

.include <bsd.port.post.mk>