blob: 6d3edc2dd4ede0ec07d352890bf8bab8f49050a0 (
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
25
26
27
28
29
|
# Ports collection makefile for: treecc
# Date created: Wed Jul 11 00:45:15 EDT 2001
# Whom: Michael Johnson <ahze@ahze.net>
#
# $FreeBSD$
#
PORTNAME= pnetlib
PORTVERSION= ${PNET_VERSION}
CATEGORIES= lang
MASTER_SITES= ${PNET_MASTER_SITES}
MAINTAINER= ahze@ahze.net
COMMENT= C\# system library for pnet
BUILD_DEPENDS= cscc:${PORTSDIR}/lang/pnet-base \
treecc:${PORTSDIR}/lang/treecc
USE_LIBTOOL= yes
USE_GMAKE= yes
STRIP= # Nothing to be stripped.
.include <bsd.port.pre.mk>
post-install:
${STRIP_CMD} ${PREFIX}/lib/cscc/lib/libXsharpSupport.so.0
${STRIP_CMD} ${PREFIX}/lib/cscc/lib/libXsharpSupport.a
.include "${.CURDIR}/../pnet/Makefile.pnet"
.include <bsd.port.post.mk>
|