2004-03-06 18:08:04 +01:00
|
|
|
# Ports collection makefile for: treecc
|
|
|
|
# Date created: Wed Jul 11 00:45:15 EDT 2001
|
|
|
|
# Whom: Michael Johnson <ahze@ahze.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ml-pnet
|
|
|
|
PORTVERSION= ${PNET_VERSION}
|
|
|
|
CATEGORIES= lang
|
|
|
|
MASTER_SITES= ${PNET_MASTER_SITES}
|
2004-03-16 10:43:10 +01:00
|
|
|
MASTER_SITE_SUBDIR= ${PNET_MASTER_SITE_SUBDIR}
|
2004-03-06 18:08:04 +01:00
|
|
|
|
2004-10-12 14:31:34 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-03-06 18:08:04 +01:00
|
|
|
COMMENT= Mono's upper-level libraries
|
|
|
|
|
2004-03-10 23:00:05 +01:00
|
|
|
BUILD_DEPENDS= cscc:${PORTSDIR}/lang/pnet-base \
|
2004-12-15 07:44:29 +01:00
|
|
|
treecc:${PORTSDIR}/lang/treecc \
|
2004-03-10 23:00:05 +01:00
|
|
|
${LOCALBASE}/lib/cscc/lib/libXsharpSupport.so.0:${PORTSDIR}/lang/pnetlib
|
2004-03-07 21:20:01 +01:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/cscc/lib/libXsharpSupport.so.0:${PORTSDIR}/lang/pnetlib
|
2004-03-06 18:08:04 +01:00
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-03-06 18:08:04 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
.include "${.CURDIR}/../pnet/Makefile.pnet"
|
2006-02-20 21:23:47 +01:00
|
|
|
.include <bsd.port.mk>
|