# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	devel/fpc-newt
#	devel/fpc-newt/Makefile
#	devel/fpc-newt/pkg-plist
#
echo c - devel/fpc-newt
mkdir -p devel/fpc-newt > /dev/null 2>&1
echo x - devel/fpc-newt/Makefile
sed 's/^X//' >devel/fpc-newt/Makefile << '48cc966784b2e54be915bda6131814b6'
X# New ports collection makefile for:	fpc-newt
X# Date created:		2010-04-22
X# Whom:			Christopher Key <cjk32@cam.ac.uk>
X#
X# $FreeBSD: ports/devel/fpc-sdl/Makefile,v 1.4 2010/03/28 06:33:06 dinoex Exp $
X#
X
XPORTVERSION=	0
XPORTREVISION=	0
XCATEGORIES=	devel lang
XPKGNAMESUFFIX=	-newt
X
XMAINTAINER=	acm@FreeBSD.org
XCOMMENT=	Free Pascal interface to newt library
X
XUSE_FPC=	yes
X
XMASTERDIR=	${.CURDIR}/../../lang/fpc
XWRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
XEXTRACTUNITDIR+=	${WRKUNITDIR}
X
XOPTIONS=	NEWT   "Install newt library"     on
X
X.include "${MASTERDIR}/Makefile"
48cc966784b2e54be915bda6131814b6
echo x - devel/fpc-newt/pkg-plist
sed 's/^X//' >devel/fpc-newt/pkg-plist << 'a259db4ea7c562b58fc3d90c476ac13d'
Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/newt/Package.fpc
Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/newt/newt.ppu
Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/newt/newt.o
Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/newt/libpnewt.a
X@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/newt
X@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%
X@dirrmtry lib/fpc/%%PORTVERSION%%/units
X@dirrmtry lib/fpc/%%PORTVERSION%%
X@dirrmtry lib/fpc
a259db4ea7c562b58fc3d90c476ac13d
exit

