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}
|
|
|
|
|
|
|
|
MAINTAINER= ahze@ahze.net
|
|
|
|
COMMENT= Mono's upper-level libraries
|
|
|
|
|
2004-03-07 21:20:01 +01:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/cscc/lib/libXsharpSupport.so.0:${PORTSDIR}/lang/pnetlib
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/cscc/lib/libXsharpSupport.so.0:${PORTSDIR}/lang/pnetlib
|
2004-03-06 18:08:04 +01:00
|
|
|
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
STRIP= # Nothing to be stripped.
|
|
|
|
|
|
|
|
.include "${.CURDIR}/../pnet/Makefile.pnet"
|
|
|
|
.include <bsd.port.mk>
|