mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
48887e4ba8
under lang) use ${OSREL} as defined in bsd.port.mk rev 1.281 and 1.227.2.43. Note gcc28 is hopelessly broken, it uses an undefined variable ${GNUOSREL} and thus has an empty string wherever ${OSREL} should be. However, it's consistent with its own PLIST at the current state so I haven't "fixed" it yet.
31 lines
706 B
Makefile
31 lines
706 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.7 1998/07/12 22:33:46 steve Exp $
|
|
#
|
|
|
|
DISTNAME= guavac-1.2
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://ftp.yggdrasil.com/pub/dist/devel/compilers/guavac/
|
|
|
|
MAINTAINER= Nakai@technologist.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>
|