summaryrefslogblamecommitdiff
path: root/java/jad/Makefile
blob: accb32f7320d6a5f7b0a3308ae27c7220bf6b97f (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                              
                      
                    
                                                                                 





                                                            
 
                                




                   





                                              
           




                                                                      
 
                           
# 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=	http://www.geocities.com/SiliconValley/Bridge/8617/jad/freebsd/ \
		http://members.nbci.com/kpdus/jad/freebsd/ \
		http://www.znerd.demon.nl/ \
		http://www.pensioenconsult.com/ \
		http://www.schraven.nl/ \
		http://www.jollem.com/~ernst/
DISTNAME=	jadfb158

MAINTAINER=	ernst@jollem.com

USE_ZIP=	yes
NO_WRKSUBDIR=	yes
NO_BUILD=	yes

.include <bsd.port.pre.mk>

.if ${ARCH} == "alpha"
BROKEN=		Not supported on FreeBSD/Alpha
.endif

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>