1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/devel/fpc-bfd/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

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"