freebsd-ports/java/guavac/Makefile
Greg Lewis 356f82577d . Replace unresponsive MASTER_SITE with two working ones.
Submitted by:	bento, distfiles survey
2004-03-02 19:45:23 +00:00

30 lines
667 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
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>