2004-03-06 17:08:04 +00:00
|
|
|
# Ports collection makefile for: treecc
|
|
|
|
# Date created: Wed Jul 11 00:45:15 EDT 2001
|
|
|
|
# Whom: Michael Johnson <ahze@ahze.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pnetlib
|
2004-03-07 20:20:01 +00:00
|
|
|
PORTVERSION= ${PNET_VERSION}
|
2004-03-10 23:55:50 +00:00
|
|
|
PORTREVISION= ${PNET_REVISION}
|
2004-03-06 17:08:04 +00:00
|
|
|
CATEGORIES= lang
|
|
|
|
MASTER_SITES= ${PNET_MASTER_SITES}
|
2004-03-16 09:43:10 +00:00
|
|
|
MASTER_SITE_SUBDIR= ${PNET_MASTER_SITE_SUBDIR}
|
2004-03-06 17:08:04 +00:00
|
|
|
|
2004-10-12 12:31:34 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-03-06 17:08:04 +00:00
|
|
|
COMMENT= C\# system library for pnet
|
|
|
|
|
|
|
|
BUILD_DEPENDS= cscc:${PORTSDIR}/lang/pnet-base \
|
|
|
|
treecc:${PORTSDIR}/lang/treecc
|
|
|
|
|
2004-03-10 23:55:50 +00:00
|
|
|
.if !defined(WITHOUT_X11)
|
|
|
|
USE_XLIB= yes
|
|
|
|
.endif
|
|
|
|
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2004-03-06 17:08:04 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2004-03-10 23:55:50 +00:00
|
|
|
PORTDOCS= ChangeLog-1 ChangeLog-2 ChangeLog-3 ChangeLog-4 \
|
|
|
|
JScript-embed.txt JScript-internals.txt csunit_howto.html \
|
|
|
|
pcf-font-format.txt translating-pnetlib.txt
|
|
|
|
|
|
|
|
.include "${.CURDIR}/../pnet/Makefile.pnet"
|
2004-03-06 17:08:04 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
2004-03-10 23:55:50 +00:00
|
|
|
|
2004-04-19 19:50:34 +00:00
|
|
|
.if ${ARCH} == "alpha"
|
2006-02-20 20:23:47 +00:00
|
|
|
IGNORE= coredump during build on alpha
|
2004-04-19 19:50:34 +00:00
|
|
|
.endif
|
|
|
|
|
2005-06-02 20:28:41 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
|
|
|
|
${WRKSRC}/configure
|
|
|
|
|
2004-03-06 17:08:04 +00:00
|
|
|
post-install:
|
2004-03-10 23:55:50 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for docfile in ${PORTDOCS}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/doc/${docfile} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
2004-03-06 17:08:04 +00:00
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|