2006-06-21 17:46:48 +02:00
|
|
|
# New ports collection makefile for: Free Pascal Compiler
|
|
|
|
# Date created: 2006-06-05
|
|
|
|
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2006-09-18 20:41:13 +02:00
|
|
|
PORTREVISION= 1
|
2006-06-21 17:46:48 +02:00
|
|
|
CATEGORIES= devel lang
|
|
|
|
PKGNAMESUFFIX= -bfd
|
|
|
|
|
2006-07-24 13:21:27 +02:00
|
|
|
MAINTAINER= acm@FreeBSD.org
|
2006-06-21 17:46:48 +02:00
|
|
|
COMMENT= Free Pascal interface for the GNU Binary Format description
|
|
|
|
|
2006-07-24 13:21:27 +02:00
|
|
|
BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \
|
|
|
|
fpcmake:${PORTSDIR}/lang/fpc-utils
|
2006-06-21 17:46:48 +02:00
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
2006-09-07 23:32:29 +02:00
|
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//}
|
2006-07-24 13:21:27 +02:00
|
|
|
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
2006-06-21 17:46:48 +02:00
|
|
|
|
2006-09-18 20:41:13 +02:00
|
|
|
OPTIONS= LIBBFD "Install Universal BFD library from GNU binutils" on
|
|
|
|
|
2006-06-21 17:46:48 +02:00
|
|
|
.include "${MASTERDIR}/Makefile"
|