1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/lang/pnet/Makefile
Sylvio Cesar Teixeira ba072d1713 - Update my mail address to FreeBSD
Approved by:	miwi (mentor)
2009-11-27 22:52:30 +00:00

30 lines
639 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= sylvio@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
NO_BUILD= yes
do-install: # empty
.include "../pnet/Makefile.pnet"
.include <bsd.port.mk>