mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
61226cc600
I modified the submitted version slightly, (a) to honor the user's CFLAGS setting, and (b) to eliminate some compilation warnings. PR: ports/3825 Submitted by: Yukihiro Nakai Nakai@Mlab.t.u-tokyo.ac.jp
22 lines
563 B
Makefile
22 lines
563 B
Makefile
# New ports collection makefile for: guavac
|
|
# Version required: 0.3
|
|
# Date created: 10 October 1996
|
|
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
|
#
|
|
# $Id: Makefile,v 1.2 1997/02/16 11:56:45 asami Exp $
|
|
#
|
|
|
|
DISTNAME= guavac-0.3
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://summit.stanford.edu/pub/guavac/ \
|
|
ftp://ftp.Germany.EU.net/pub/programming/languages/java/guavac/\
|
|
ftp://sunsite.mff.cuni.cz/Languages/Java/guavac/
|
|
|
|
MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
MAN1= guavac.1
|
|
|
|
.include <bsd.port.mk>
|