1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/java/guavac/Makefile
Kris Kennaway 93872f18cc Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag.  Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.

Pointy hat to:	kris
2003-06-04 22:43:38 +00:00

34 lines
697 B
Makefile

# 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
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
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= guavac.1
STRIP=
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile (bad C++ code)"
.endif
pre-install:
@${CHMOD} +x ${WRKSRC}/mkinstalldirs
post-install:
@strip ${PREFIX}/bin/guavac ${PREFIX}/bin/guavad
.include <bsd.port.post.mk>