edecf3c4f0
and BROKEN some gnome ports until I upgrade it.
31 lines
700 B
Makefile
31 lines
700 B
Makefile
# New ports collection makefile for: guavac
|
|
# Version required: 1.2
|
|
# Date created: 10 October 1996
|
|
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
|
#
|
|
# $Id: Makefile,v 1.10 1998/12/22 07:57:21 asami Exp $
|
|
#
|
|
|
|
DISTNAME= guavac-1.2
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://ftp.yggdrasil.com/pub/dist/devel/compilers/guavac/
|
|
|
|
MAINTAINER= nacai@iname.com
|
|
|
|
CC= gcc28
|
|
CXX= g++28
|
|
BUILD_DEPENDS= ${LOCALBASE}/i386-unknown-freebsd${OSREL}/lib/libiberty.a:${PORTSDIR}/lang/glibstdc++28
|
|
|
|
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>
|