356f82577d
Submitted by: bento, distfiles survey
31 lines
667 B
Makefile
31 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>
|