diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2012-12-12 20:25:47 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2012-12-12 20:25:47 +0000 |
commit | 8dcfc1b32a21288f359e3f0eb21cc4548566d888 (patch) | |
tree | 694db958faa0fda6c550a537c99f8eff1aa2ff3e /devel | |
parent | f16ae68adf37d38e9f70d6e3f3db380b0528f06a (diff) | |
download | ports-8dcfc1b32a21288f359e3f0eb21cc4548566d888.tar.gz ports-8dcfc1b32a21288f359e3f0eb21cc4548566d888.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/fpc-fcl-extra/Makefile | 17 | ||||
-rw-r--r-- | devel/fpc-fcl-extra/pkg-plist | 10 |
3 files changed, 28 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 29681c8f742f..8aec0d8c4ce9 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -431,6 +431,7 @@ SUBDIR += fpc-fcl-async SUBDIR += fpc-fcl-base SUBDIR += fpc-fcl-db + SUBDIR += fpc-fcl-extra SUBDIR += fpc-fcl-fpcunit SUBDIR += fpc-fcl-image SUBDIR += fpc-fcl-json diff --git a/devel/fpc-fcl-extra/Makefile b/devel/fpc-fcl-extra/Makefile new file mode 100644 index 000000000000..3cc49edb7f06 --- /dev/null +++ b/devel/fpc-fcl-extra/Makefile @@ -0,0 +1,17 @@ +# Create by: Alonso Cardenas Marquez <acm@FreeBSD.org> +# $FreeBSD$ + +PORTREVISION= 0 +CATEGORIES= devel lang +PKGNAMESUFFIX= -fcl-extra + +MAINTAINER= acm@FreeBSD.org +COMMENT= Free Pascal Component Library + +USE_FPC= yes + +MASTERDIR= ${.CURDIR}/../../lang/fpc +WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} +EXTRACTUNITDIR+= ${WRKUNITDIR} + +.include "${MASTERDIR}/Makefile" diff --git a/devel/fpc-fcl-extra/pkg-plist b/devel/fpc-fcl-extra/pkg-plist new file mode 100644 index 000000000000..494fa1ff488f --- /dev/null +++ b/devel/fpc-fcl-extra/pkg-plist @@ -0,0 +1,10 @@ +$FreeBSD$ +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-extra/Package.fpc +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-extra/daemonapp.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-extra/daemonapp.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-extra/libpdaemonapp.a +@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-extra +@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%% +@dirrmtry lib/fpc/%%PORTVERSION%%/units +@dirrmtry lib/fpc/%%PORTVERSION%% +@dirrmtry lib/fpc |