1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/lang/pnet/Makefile

31 lines
700 B
Makefile
Raw Normal View History

# 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>