aboutsummaryrefslogtreecommitdiffstats
path: root/lang/pnetc/Makefile
blob: 912ac4dc67b55800eaabeaccc47e701dc3f3dd4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Ports collection makefile for:  treecc
# Date created:           Wed Jul 11 00:45:15 EDT 2001
# Whom:               Michael Johnson <ahze@ahze.net>
#
# $FreeBSD$
#

PORTNAME=   pnetC
PORTVERSION=    ${PNET_VERSION}
CATEGORIES= lang
MASTER_SITES=   ${PNET_MASTER_SITES}

MAINTAINER= ahze@ahze.net
COMMENT=    ANSI-compatible C library for pnet's cscc compiler

BUILD_DEPENDS=  ${LOCALBASE}/lib/cscc/lib/libXsharpSupport.so.0:${PORTSDIR}/lang/pnetlib
RUN_DEPENDS=    ${LOCALBASE}/lib/cscc/lib/libXsharpSupport.so.0:${PORTSDIR}/lang/pnetlib

USE_LIBTOOL=    yes
USE_GMAKE=  yes
STRIP=      # Nothing to be stripped.

.include "${.CURDIR}/../pnet/Makefile.pnet"
.include <bsd.port.mk>