mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
b8da1dc3eb
PR: ports/72437 Submitted by: Michael Johnson <ahze@ahze.net>
26 lines
681 B
Makefile
26 lines
681 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}
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ${PNET_MASTER_SITES}
|
|
MASTER_SITE_SUBDIR= ${PNET_MASTER_SITE_SUBDIR}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Mono's upper-level libraries
|
|
|
|
BUILD_DEPENDS= cscc:${PORTSDIR}/lang/pnet-base \
|
|
${LOCALBASE}/lib/cscc/lib/libXsharpSupport.so.0:${PORTSDIR}/lang/pnetlib
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/cscc/lib/libXsharpSupport.so.0:${PORTSDIR}/lang/pnetlib
|
|
|
|
USE_LIBTOOL_VER=13
|
|
USE_GMAKE= yes
|
|
|
|
.include "${.CURDIR}/../pnet/Makefile.pnet"
|
|
.include <bsd.port.mk>
|