diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-01-16 08:55:09 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-01-16 08:55:09 +0800 |
commit | 123e30112272c9864ab8e5ef64d0ae0c62e04894 (patch) | |
tree | 2ecdd64a973039c32fc227cbe192b48b6d334931 /devel/fpc-gdbint | |
parent | b0c4271ce316cbe55272fe757f986526d0356843 (diff) | |
download | freebsd-ports-gnome-123e30112272c9864ab8e5ef64d0ae0c62e04894.tar.gz freebsd-ports-gnome-123e30112272c9864ab8e5ef64d0ae0c62e04894.tar.zst freebsd-ports-gnome-123e30112272c9864ab8e5ef64d0ae0c62e04894.zip |
add fpc-gdbint 1.0.10
Free Pascal unit providing interface to gdb
PR: 61118
Submitted by: John Merryweather Cooper <johnmary@adelphia.net>
Diffstat (limited to 'devel/fpc-gdbint')
-rw-r--r-- | devel/fpc-gdbint/Makefile | 76 | ||||
-rw-r--r-- | devel/fpc-gdbint/distinfo | 1 | ||||
-rw-r--r-- | devel/fpc-gdbint/pkg-descr | 8 | ||||
-rw-r--r-- | devel/fpc-gdbint/pkg-plist | 6 |
4 files changed, 91 insertions, 0 deletions
diff --git a/devel/fpc-gdbint/Makefile b/devel/fpc-gdbint/Makefile new file mode 100644 index 000000000000..a2b58fa965a0 --- /dev/null +++ b/devel/fpc-gdbint/Makefile @@ -0,0 +1,76 @@ +# New ports collection makefile for: Free Pascal Compiler +# Date created: 28 November 2001 +# Whom: John Merryweather Cooper et al +# +# $FreeBSD$ +# + +PORTNAME= gdbint +PORTVERSION= 1.0.10 +CATEGORIES= devel +MASTER_SITES= ftp://ftp.freepascal.org/pub/fpc/dist/FreeBSD/ \ + http://planetmirror.com/pub/fpc/dist/FreeBSD/ \ + ftp://ftp.jp.freepascal.org/mirror/fpc/dist/FreeBSD/ \ + ftp://freepascal.stack.nl/pub/fpc/dist/FreeBSD/ \ + ftp://ftp.no.freepascal.org/pub/fpc/dist/FreeBSD/ \ + ftp://ftp.us.freepascal.org/pub/fpc/dist/FreeBSD/ \ + ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= freepascal +PKGNAMEPREFIX= fpc- +DISTNAME= fpc-${PORTVERSION}.ELF +EXTRACT_SUFX= .tar + +MAINTAINER= coop9211@uidaho.edu +COMMENT= Free Pascal unit providing interface to gdb + +.include <bsd.port.pre.mk> + +BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc +RUN_DEPENDS= ${BUILD_DEPENDS} +.if ${OSVERSION} >= 500000 +LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x +.endif +.if ${OSVERSION} < 470000 +EXTRACT_DEPENDS= gtar:${PORTSDIR}/archivers/gtar +TAR= ${LOCALBASE}/bin/gtar +.endif +USE_GMAKE= yes +USE_REINPLACE= yes +ONLY_FOR_ARCHS= i386 + +PLIST_SUB+= PORTVERSION=${PORTVERSION} + +MAKE_ENV+= PATH=${LOCALBASE}/bin:$$PATH \ + FPC=${LOCALBASE}/bin/ppc386 \ + INSTALL_BASEDIR=${PREFIX}/lib/fpc/${PORTVERSION} \ + INSTALL_BINDIR=${PREFIX}/bin \ + GCCLIBDIR=/usr/lib \ + RELEASE=1 + +do-extract: +# unpack distribution + @${MKDIR} ${WRKSRC} + @${TAR} xf ${DISTDIR}/${DISTNAME}.tar --directory ${WRKSRC} +# unpack sources distribution + @${MKDIR} ${WRKSRC}/sources + @${TAR} xf ${WRKSRC}/sources.tar --directory ${WRKSRC}/sources +# further extract base sources +# +# gdbint sources + @${TAR} zxf ${WRKSRC}/sources/unitsgdbintsrc.tar.gz \ + --directory ${WRKSRC} + +post-patch: +# change to alter amount of optimization + @${FIND} ${WRKSRC}/share/src/fpc-${PORTVERSION} -name \ + "Makefile*" | ${XARGS} ${REINPLACE_CMD} 's|-OG2p3|-OG2p1|g' + +do-build: + cd ${WRKSRC}/share/src/fpc-${PORTVERSION}/packages/base/gdbint && \ + ${GMAKE} ${MAKE_ENV} all + +do-install: + cd ${WRKSRC}/share/src/fpc-${PORTVERSION}/packages/base/gdbint && \ + ${GMAKE} ${MAKE_ENV} install + +.include <bsd.port.post.mk> diff --git a/devel/fpc-gdbint/distinfo b/devel/fpc-gdbint/distinfo new file mode 100644 index 000000000000..cdc32c64a7d3 --- /dev/null +++ b/devel/fpc-gdbint/distinfo @@ -0,0 +1 @@ +MD5 (fpc-1.0.10.ELF.tar) = 6ad56eb115152174683499da3ece7667 diff --git a/devel/fpc-gdbint/pkg-descr b/devel/fpc-gdbint/pkg-descr new file mode 100644 index 000000000000..021279f1a7f4 --- /dev/null +++ b/devel/fpc-gdbint/pkg-descr @@ -0,0 +1,8 @@ +The gdbint unit is part of the base packages of Free Pascal, +a 32-bit Turbo Pascal/Delphi compatible compiler. This unit +provides an interface to gdb. + +WWW: http://www.freepascal.org/ + +-- +John Merryweather Cooper <coop9211@uidaho.edu> diff --git a/devel/fpc-gdbint/pkg-plist b/devel/fpc-gdbint/pkg-plist new file mode 100644 index 000000000000..9326665abe89 --- /dev/null +++ b/devel/fpc-gdbint/pkg-plist @@ -0,0 +1,6 @@ +lib/fpc/%%PORTVERSION%%/units/freebsd/gdbint/Package.fpc +lib/fpc/%%PORTVERSION%%/units/freebsd/gdbint/gdbcon.o +lib/fpc/%%PORTVERSION%%/units/freebsd/gdbint/gdbcon.ppu +lib/fpc/%%PORTVERSION%%/units/freebsd/gdbint/gdbint.o +lib/fpc/%%PORTVERSION%%/units/freebsd/gdbint/gdbint.ppu +@dirrm lib/fpc/%%PORTVERSION%%/units/freebsd/gdbint |