freebsd-ports/lang/fpc-source/Makefile
Jose Alonso Cardenas Marquez c0b7145df2 - Rebuild bootstrap (ppcx64 and ppc386) with ld patches
- Fix build on 12-STABLE and CURRENT (amd64 and i386)
- Bump PORTREVISION for all ports that depends of lang/fpc
- Add USE_BINUTILS to fpc and lazarus based ports
- Add binutils dependency to Uses/fpc.mk and Uses/lazarus.mk

PR:		240293 239934 233413 214864
Exp-run by:	antoine
2019-09-03 15:51:50 +00:00

34 lines
1,003 B
Makefile

# $FreeBSD$
PORTNAME= fpc
PORTVERSION= 3.0.4
PORTREVISION= 1
DISTVERSIONSUFFIX=.source
CATEGORIES= lang
MASTER_SITES= ftp://ftp.freepascal.org/pub/fpc/dist/${PORTVERSION}/source/ \
ftp://planetmirror.com/pub/fpc/dist/${PORTVERSION}/source/ \
ftp://ftp.jp.freepascal.org/mirror/fpc/dist/${PORTVERSION}/source/ \
ftp://freepascal.stack.nl/pub/fpc/dist/${PORTVERSION}/source/ \
ftp://ftp.no.freepascal.org/pub/fpc/dist/${PORTVERSION}/source/ \
ftp://ftp.us.freepascal.org/pub/fpc/dist/${PORTVERSION}/source/ \
SF/freepascal/Source/${PORTVERSION}
PKGNAMESUFFIX= -source
DIST_SUBDIR= freepascal
MAINTAINER= acm@FreeBSD.org
COMMENT= Free Pascal compiler with Turbo and Delphi (source)
ONLY_FOR_ARCHS= amd64 i386
NO_BUILD= yes
PORTDATA= *
PATCHDIR= ${PORTSDIR}/lang/fpc/files
DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
do-install:
(cd ${WRKSRC} && ${COPYTREE_SHARE} . \
${STAGEDIR}${DATADIR})
.include <bsd.port.mk>