1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/lang/pnetc/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

27 lines
717 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= pnetC
PORTVERSION= ${PNET_VERSION}
PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= ${PNET_MASTER_SITES}
MASTER_SITE_SUBDIR= ${PNET_MASTER_SITE_SUBDIR}
MAINTAINER= ports@FreeBSD.org
COMMENT= ANSI-compatible C library for pnet's cscc compiler
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
GNU_CONFIGURE= yes
USE_GMAKE= yes
.include "${.CURDIR}/../pnet/Makefile.pnet"
.include <bsd.port.mk>