freebsd-ports/java/guavac/Makefile

34 lines
697 B
Makefile
Raw Normal View History

# New ports collection makefile for: guavac
# Date created: 10 October 1996
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
1999-08-25 08:16:32 +02:00
# $FreeBSD$
#
PORTNAME= guavac
PORTVERSION= 1.2
CATEGORIES= java
MASTER_SITES= ftp://ftp.yggdrasil.com/pub/dist/devel/compilers/guavac/
MAINTAINER= nakai@FreeBSD.org
COMMENT= Java compiler and decompiler developed under GPL
2003-05-18 11:55:25 +02:00
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile (bad C++ code)"
.endif
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= guavac.1
STRIP=
pre-install:
1999-08-22 21:01:07 +02:00
@${CHMOD} +x ${WRKSRC}/mkinstalldirs
post-install:
@strip ${PREFIX}/bin/guavac ${PREFIX}/bin/guavad
2003-05-18 11:55:25 +02:00
.include <bsd.port.post.mk>