# 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: # # fpc-base # fpc-base/Makefile # fpc-base/pkg-descr # fpc-base/pkg-plist # echo c - fpc-base mkdir -p fpc-base > /dev/null 2>&1 echo x - fpc-base/Makefile sed 's/^X//' >fpc-base/Makefile << 'END-of-fpc-base/Makefile' X# New ports collection makefile for: fpc-base X# Date created: 10 February 2004 X# Whom: John Merryweather Cooper X# X# $FreeBSD$ X# X XPORTNAME= fpc-base XPORTVERSION= 1.0.10 XCATEGORIES= lang devel XMASTER_SITES= # empty XDISTFILES= # empty XEXTRACT_ONLY= # empty X XMAINTAINER= coop9211@uidaho.edu XCOMMENT= Meta package to install all of the Free Pascal base X XPAKGDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/freebsd XDOCSDIR= ${LOCALBASE}/share/doc/fpc XEXAMPLESDIR= ${LOCALBASE}/share/examples/fpc X XRUN_DEPENDS= fp:${PORTSDIR}/editors/fpc-ide \ X ${PAKGDIR}/ibase/ibase60.ppu:${PORTSDIR}/databases/fpc-ibase \ X ${PAKGDIR}/mysql/mysql.ppu:${PORTSDIR}/databases/fpc-mysql \ X ${PAKGDIR}/odbc/odbcsql.ppu:${PORTSDIR}/databases/fpc-odbc \ X ${PAKGDIR}/postgres/postgres.ppu:${PORTSDIR}/databases/fpc-postgres \ X ${PAKGDIR}/oracle/oraoci.ppu:${PORTSDIR}/databases/fpc-oracle \ X ${PAKGDIR}/regexpr/regexpr.ppu:${PORTSDIR}/devel/fpc-regexpr \ X ${PAKGDIR}/inet/inet.ppu:${PORTSDIR}/net/fpc-inet \ X ${PAKGDIR}/md5/md5.ppu:${PORTSDIR}/security/fpc-md5 \ X ${PAKGDIR}/paszlib/paszlib.ppu:${PORTSDIR}/archivers/fpc-paszlib X X.if !defined(NOPORTDOCS) XRUN_DEPENDS+= ${DOCSDIR}/user.pdf:${PORTSDIR}/lang/fpc-docs \ X ${EXAMPLESDIR}/Makefile.fpc:${PORTSDIR}/lang/fpc-demo X.endif X XNO_BUILD= yes X Xdo-install: # empty X X.include END-of-fpc-base/Makefile echo x - fpc-base/pkg-descr sed 's/^X//' >fpc-base/pkg-descr << 'END-of-fpc-base/pkg-descr' XFPC Base X XThis collection constitutes the base packages and utilities for Free XPascal. X XWWW: http://www.freepascal.org/ X X-- XJohn Merryweather Cooper END-of-fpc-base/pkg-descr echo x - fpc-base/pkg-plist sed 's/^X//' >fpc-base/pkg-plist << 'END-of-fpc-base/pkg-plist' X@comment this plist intentionally left empty END-of-fpc-base/pkg-plist exit