mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
28 lines
537 B
Makefile
28 lines
537 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
|
|
|
|
USE_NEWGCC= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
MAN1= guavac.1
|
|
STRIP=
|
|
|
|
pre-install:
|
|
@${CHMOD} +x ${WRKSRC}/mkinstalldirs
|
|
|
|
post-install:
|
|
@strip ${PREFIX}/bin/guavac ${PREFIX}/bin/guavad
|
|
|
|
.include <bsd.port.mk>
|