1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/lang/ml-pnet/Makefile
Marcelo Araujo eeb3cdced0 - Update to 0.8.0.
- Pass maintainer to submitter.

PR:		ports/135415, ports/135633, ports/135853, ports/135854
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
2009-06-30 03:00:11 +00:00

28 lines
750 B
Makefile

# 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}
PORTREVISION= ${PNET_REVISION}
CATEGORIES= lang
MASTER_SITES= ${PNET_MASTER_SITES}
MASTER_SITE_SUBDIR= ${PNET_MASTER_SITE_SUBDIR}
MAINTAINER= scjamorim@bsd.com.br
COMMENT= Mono's upper-level libraries
BUILD_DEPENDS= cscc:${PORTSDIR}/lang/pnet-base \
treecc:${PORTSDIR}/lang/treecc \
${LOCALBASE}/lib/cscc/lib/libXsharpSupport.so.0:${PORTSDIR}/lang/pnetlib
RUN_DEPENDS= ${LOCALBASE}/lib/cscc/lib/libXsharpSupport.so.0:${PORTSDIR}/lang/pnetlib
GNU_CONFIGURE= yes
USE_GMAKE= yes
.include "${.CURDIR}/../pnet/Makefile.pnet"
.include <bsd.port.mk>