freebsd-ports/java/jad/Makefile
Maxim Sobolev a4fe6aee2f - Update to 1.5.8c;
- pass over maintainership to Ernst de Haan <ernst@jollem.com>.

PR:		27382
Submitted by:	Ernst de Haan <ernst@jollem.com>
Approved by:	maintainer (old)
2001-05-17 20:46:06 +00:00

39 lines
874 B
Makefile

# 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>