freebsd-ports/lang/pnetc/Makefile
Kirill Ponomarev b8da1dc3eb Drop maintainership to ports@FreeBSD.org
PR:		ports/72437
Submitted by:	Michael Johnson <ahze@ahze.net>
2004-10-12 12:31:34 +00:00

26 lines
701 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}
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
USE_LIBTOOL_VER=13
USE_GMAKE= yes
.include "${.CURDIR}/../pnet/Makefile.pnet"
.include <bsd.port.mk>