1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/lang/oo2c/Makefile

34 lines
863 B
Makefile
Raw Normal View History

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