blob: ff16efb00022423b2df96734427894b2e1f809ec (
plain)
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
|
# 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://metaverse.euronet.nl/~ernst/ \
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>
|