1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/lang/pnet/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

32 lines
716 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= 1
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>