summaryrefslogtreecommitdiffstats
path: root/java/guavac/Makefile
blob: 62c8366e66c2b5e78d37861fdd982b28da348e38 (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
# New ports collection makefile for:   guavac
# Date created:        10 October 1996
# Whom:                Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $FreeBSD$
#

PORTNAME=	guavac
PORTVERSION=	1.2
PORTREVISION=	1
CATEGORIES=	java
MASTER_SITES=	ftp://ftp.unicamp.br/pub/languages/java/guavac/ \
		http://www.netsw.org/softeng/lang/java/compiler/guavac/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Java compiler and decompiler developed under GPL

USE_GMAKE=	yes
GNU_CONFIGURE=	yes
MAN1=		guavac.1
STRIP=
USE_GCC=	2.95

pre-install:
	@${CHMOD} +x ${WRKSRC}/mkinstalldirs

post-install:
	@${STRIP_CMD} ${PREFIX}/bin/guavac ${PREFIX}/bin/guavad

.include <bsd.port.mk>
OpenPOWER on IntegriCloud