mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
32 lines
585 B
Makefile
32 lines
585 B
Makefile
# Created by: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jad
|
|
PORTVERSION= 1.5.8c
|
|
CATEGORIES= java devel
|
|
MASTER_SITES= http://www.varaneckas.com/sites/default/files/jad/
|
|
DISTNAME= jad158c.freebsd
|
|
|
|
MAINTAINER= ale@FreeBSD.org
|
|
COMMENT= A Java Decompiler
|
|
|
|
USE_ZIP= yes
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= bin/jad
|
|
|
|
PORTDOCS= *
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
|
|
NO_STAGE= yes
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/jad ${PREFIX}/bin/
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
@${INSTALL_DATA} ${WRKSRC}/Readme.txt ${DOCSDIR}/
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|