mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
20 lines
462 B
Makefile
20 lines
462 B
Makefile
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= devel lang
|
|
PORTREVISION= 2
|
|
PKGNAMESUFFIX= -bfd
|
|
|
|
MAINTAINER= freebsd-fpc@FreeBSD.org
|
|
COMMENT= Free Pascal interface for the GNU Binary Format description
|
|
|
|
USE_FPC= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/libbfd.a:devel/binutils
|
|
|
|
.include "${MASTERDIR}/Makefile"
|