1997-06-12 21:58:57 +00:00
|
|
|
# New ports collection makefile for: guavac
|
1997-02-16 01:31:37 +00:00
|
|
|
# Date created: 10 October 1996
|
|
|
|
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
1997-02-16 01:31:37 +00:00
|
|
|
#
|
|
|
|
|
2000-04-12 06:21:15 +00:00
|
|
|
PORTNAME= guavac
|
|
|
|
PORTVERSION= 1.2
|
2004-02-04 05:21:48 +00:00
|
|
|
PORTREVISION= 1
|
1999-06-28 02:24:57 +00:00
|
|
|
CATEGORIES= java
|
2004-03-02 19:45:23 +00:00
|
|
|
MASTER_SITES= ftp://ftp.unicamp.br/pub/languages/java/guavac/ \
|
|
|
|
http://www.netsw.org/softeng/lang/java/compiler/guavac/
|
1997-02-16 01:31:37 +00:00
|
|
|
|
2003-11-03 01:19:26 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= Java compiler and decompiler developed under GPL
|
1998-07-12 22:34:06 +00:00
|
|
|
|
2003-06-04 22:43:38 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= guavac.1
|
|
|
|
STRIP=
|
2004-02-08 05:04:42 +00:00
|
|
|
USE_GCC= 2.95
|
2003-05-18 09:55:25 +00:00
|
|
|
|
1998-07-12 22:34:06 +00:00
|
|
|
pre-install:
|
1999-08-22 19:01:07 +00:00
|
|
|
@${CHMOD} +x ${WRKSRC}/mkinstalldirs
|
1998-07-12 22:34:06 +00:00
|
|
|
|
1997-06-30 10:19:35 +00:00
|
|
|
post-install:
|
2003-09-24 09:37:11 +00:00
|
|
|
@${STRIP_CMD} ${PREFIX}/bin/guavac ${PREFIX}/bin/guavad
|
1997-02-16 01:31:37 +00:00
|
|
|
|
2004-02-08 05:04:42 +00:00
|
|
|
.include <bsd.port.mk>
|