diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-07-24 11:21:27 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-07-24 11:21:27 +0000 |
commit | 995ae8b1bdfe5e9d356eae060097bee70cbccbc8 (patch) | |
tree | 716cad45f74530d35aed61fcde093f63ed88f722 /devel/fpc-bfd | |
parent | c9b2d130fe2e03dd698820038b20cd1be036dc3c (diff) | |
download | ports-995ae8b1bdfe5e9d356eae060097bee70cbccbc8.tar.gz ports-995ae8b1bdfe5e9d356eae060097bee70cbccbc8.zip |
Notes
Diffstat (limited to 'devel/fpc-bfd')
-rw-r--r-- | devel/fpc-bfd/Makefile | 9 | ||||
-rw-r--r-- | devel/fpc-bfd/pkg-plist | 9 |
2 files changed, 15 insertions, 3 deletions
diff --git a/devel/fpc-bfd/Makefile b/devel/fpc-bfd/Makefile index bb3e20a46107..66e84e9348f2 100644 --- a/devel/fpc-bfd/Makefile +++ b/devel/fpc-bfd/Makefile @@ -8,12 +8,15 @@ CATEGORIES= devel lang PKGNAMESUFFIX= -bfd -MAINTAINER= acardenas@bsd.org.pe +MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal interface for the GNU Binary Format description -RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ - ${LOCALBASE}/lib/libbfd.a:${PORTSDIR}/devel/libbfd +BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ + fpcmake:${PORTSDIR}/lang/fpc-utils +RUN_DEPENDS= ${LOCALBASE}/lib/libbfd.a:${PORTSDIR}/devel/libbfd MASTERDIR= ${.CURDIR}/../../lang/fpc +WRKUNITDIR= ${PORTNAME}/packages/extra/${PKGNAMESUFFIX:S/-//} +EXTRACTUNITDIR+= ${WRKUNITDIR} .include "${MASTERDIR}/Makefile" diff --git a/devel/fpc-bfd/pkg-plist b/devel/fpc-bfd/pkg-plist new file mode 100644 index 000000000000..f7635664a8d1 --- /dev/null +++ b/devel/fpc-bfd/pkg-plist @@ -0,0 +1,9 @@ +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/bfd/Package.fpc +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/bfd/bfd.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/bfd/bfd.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/bfd/libpbfd.a +@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/bfd +@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%% +@dirrmtry lib/fpc/%%PORTVERSION%%/units +@dirrmtry lib/fpc/%%PORTVERSION%% +@dirrmtry lib/fpc |