2004-03-06 17:08:04 +00:00
|
|
|
# New ports collection makefile for: gnome2
|
|
|
|
# Date created: 21 May 2002
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pnet
|
|
|
|
PORTVERSION= ${PNET_VERSION}
|
2004-03-10 23:55:50 +00:00
|
|
|
PORTREVISION= ${PNET_REVISION}
|
2004-03-06 17:08:04 +00:00
|
|
|
CATEGORIES= lang
|
|
|
|
MASTER_SITES= # empty
|
|
|
|
DISTFILES= # empty
|
|
|
|
EXTRACT_ONLY= # empty
|
|
|
|
|
2004-10-12 12:31:34 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-03-06 17:08:04 +00:00
|
|
|
COMMENT= The "meta-port" for DotGNU Portable.NET
|
|
|
|
|
|
|
|
BUILD_DEPENDS= treecc:${PORTSDIR}/lang/treecc
|
|
|
|
RUN_DEPENDS= cscc:${PORTSDIR}/lang/pnet-base \
|
|
|
|
csunit:${PORTSDIR}/lang/pnetlib \
|
|
|
|
sqlsharp-pnet:${PORTSDIR}/lang/ml-pnet \
|
2004-03-15 01:42:58 +00:00
|
|
|
${LOCALBASE}/lib/cscc/lib/libc.dll:${PORTSDIR}/lang/pnetc
|
2004-03-06 17:08:04 +00:00
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
do-install: # empty
|
|
|
|
|
|
|
|
.include "../pnet/Makefile.pnet"
|
|
|
|
.include <bsd.port.mk>
|