b8da1dc3eb
PR: ports/72437 Submitted by: Michael Johnson <ahze@ahze.net>
31 lines
700 B
Makefile
31 lines
700 B
Makefile
# New ports collection makefile for: gnome2
|
|
# Date created: 21 May 2002
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pnet
|
|
PORTVERSION= ${PNET_VERSION}
|
|
PORTREVISION= ${PNET_REVISION}
|
|
CATEGORIES= lang
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
EXTRACT_ONLY= # empty
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
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 \
|
|
${LOCALBASE}/lib/cscc/lib/libc.dll:${PORTSDIR}/lang/pnetc
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install: # empty
|
|
|
|
.include "../pnet/Makefile.pnet"
|
|
.include <bsd.port.mk>
|