2000-06-30 04:56:21 +02:00
|
|
|
# New ports collection makefile for: OO2C
|
|
|
|
# Date created: December 17, 1999
|
|
|
|
# Whom: Oliver Breuninger <ob@seicom.NET>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= oo2c
|
2006-01-26 07:14:41 +01:00
|
|
|
PORTVERSION= 2.1.10
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 1
|
2000-06-30 04:56:21 +02:00
|
|
|
CATEGORIES= lang
|
2006-01-26 07:14:41 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ooc
|
2000-06-30 04:56:21 +02:00
|
|
|
DISTNAME= ${PORTNAME}_32-${PORTVERSION}
|
|
|
|
|
2001-07-11 18:33:46 +02:00
|
|
|
MAINTAINER= ob@breuninger.org
|
2003-02-21 13:35:09 +01:00
|
|
|
COMMENT= Optimizing Oberon-2 compiler of University of Kaiserslautern, Germany
|
2000-06-30 04:56:21 +02:00
|
|
|
|
2006-01-26 07:14:41 +01:00
|
|
|
BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
|
|
|
|
LIB_DEPENDS= gc.1:${PORTSDIR}/devel/boehm-gc
|
2000-06-30 04:56:21 +02:00
|
|
|
|
2006-01-26 07:14:41 +01:00
|
|
|
DOCSDIR= lib/${PORTNAME}
|
|
|
|
USE_BZIP2= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2006-01-26 07:14:41 +01:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
USE_GMAKE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2005-12-04 11:06:24 +01:00
|
|
|
|
2006-01-26 07:14:41 +01:00
|
|
|
MAN1= oo2c.1 oob.1 ooef.1 oowhereis.1
|
2004-02-23 05:42:56 +01:00
|
|
|
|
2006-01-26 07:14:41 +01:00
|
|
|
# This distribution is for 32-bit platforms. A separate 64 bit distribution is available.
|
|
|
|
ONLY_FOR_ARCHS= i386
|
2004-02-23 05:42:56 +01:00
|
|
|
|
2006-01-26 07:14:41 +01:00
|
|
|
.include <bsd.port.mk>
|