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-pthreads | |
parent | c9b2d130fe2e03dd698820038b20cd1be036dc3c (diff) | |
download | ports-995ae8b1bdfe5e9d356eae060097bee70cbccbc8.tar.gz ports-995ae8b1bdfe5e9d356eae060097bee70cbccbc8.zip |
Notes
Diffstat (limited to 'devel/fpc-pthreads')
-rw-r--r-- | devel/fpc-pthreads/Makefile | 6 | ||||
-rw-r--r-- | devel/fpc-pthreads/pkg-plist | 9 |
2 files changed, 13 insertions, 2 deletions
diff --git a/devel/fpc-pthreads/Makefile b/devel/fpc-pthreads/Makefile index d05e087622b3..33e2e6b0b9fa 100644 --- a/devel/fpc-pthreads/Makefile +++ b/devel/fpc-pthreads/Makefile @@ -8,11 +8,13 @@ CATEGORIES= devel lang PKGNAMESUFFIX= -pthreads -MAINTAINER= acardenas@bsd.org.pe +MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal wraper for the pthreads library -RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc +BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc MASTERDIR= ${.CURDIR}/../../lang/fpc +WRKUNITDIR= ${PORTNAME}/packages/base/${PKGNAMESUFFIX:S/-//} +EXTRACTUNITDIR+= ${WRKUNITDIR} .include "${MASTERDIR}/Makefile" diff --git a/devel/fpc-pthreads/pkg-plist b/devel/fpc-pthreads/pkg-plist new file mode 100644 index 000000000000..b979f5fbe2c1 --- /dev/null +++ b/devel/fpc-pthreads/pkg-plist @@ -0,0 +1,9 @@ +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pthreads/Package.fpc +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pthreads/pthreads.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pthreads/pthreads.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pthreads/libppthreads.a +@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pthreads +@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%% +@dirrmtry lib/fpc/%%PORTVERSION%%/units +@dirrmtry lib/fpc/%%PORTVERSION%% +@dirrmtry lib/fpc |