2004-03-06 17:08:04 +00: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}
|
2007-05-19 20:36:56 +00:00
|
|
|
PORTREVISION= 1
|
2004-03-06 17:08:04 +00:00
|
|
|
CATEGORIES= lang
|
|
|
|
MASTER_SITES= ${PNET_MASTER_SITES}
|
2004-03-16 09:43:10 +00:00
|
|
|
MASTER_SITE_SUBDIR= ${PNET_MASTER_SITE_SUBDIR}
|
2004-03-06 17:08:04 +00:00
|
|
|
|
2004-10-12 12:31:34 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-03-06 17:08:04 +00:00
|
|
|
COMMENT= Mono's upper-level libraries
|
|
|
|
|
2004-03-10 22:00:05 +00:00
|
|
|
BUILD_DEPENDS= cscc:${PORTSDIR}/lang/pnet-base \
|
2004-12-15 06:44:29 +00:00
|
|
|
treecc:${PORTSDIR}/lang/treecc \
|
2004-03-10 22:00:05 +00:00
|
|
|
${LOCALBASE}/lib/cscc/lib/libXsharpSupport.so.0:${PORTSDIR}/lang/pnetlib
|
2004-03-07 20:20:01 +00:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/cscc/lib/libXsharpSupport.so.0:${PORTSDIR}/lang/pnetlib
|
2004-03-06 17:08:04 +00:00
|
|
|
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2004-03-06 17:08:04 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
.include "${.CURDIR}/../pnet/Makefile.pnet"
|
2006-02-20 20:23:47 +00:00
|
|
|
.include <bsd.port.mk>
|