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-regexpr | |
parent | c9b2d130fe2e03dd698820038b20cd1be036dc3c (diff) |
- The big change on ports of freepascal, now all ports are compiled
- Adding entry for lang/fpc-utils
Approved by: garga (mentor)
Notes
Notes:
svn path=/head/; revision=168609
Diffstat (limited to 'devel/fpc-regexpr')
-rw-r--r-- | devel/fpc-regexpr/Makefile | 7 | ||||
-rw-r--r-- | devel/fpc-regexpr/pkg-plist | 12 |
2 files changed, 17 insertions, 2 deletions
diff --git a/devel/fpc-regexpr/Makefile b/devel/fpc-regexpr/Makefile index 2867bc28f164..869c0b0d6f4d 100644 --- a/devel/fpc-regexpr/Makefile +++ b/devel/fpc-regexpr/Makefile @@ -8,11 +8,14 @@ CATEGORIES= devel lang PKGNAMESUFFIX= -regexpr -MAINTAINER= acardenas@bsd.org.pe +MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal regular expression routines -RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc +BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc MASTERDIR= ${.CURDIR}/../../lang/fpc +WRKUNITDIR= ${PORTNAME}/packages/base/${PKGNAMESUFFIX:S/-//} +EXTRACTUNITDIR+= ${WRKUNITDIR} +HAVE_EXAMPLES= true .include "${MASTERDIR}/Makefile" diff --git a/devel/fpc-regexpr/pkg-plist b/devel/fpc-regexpr/pkg-plist new file mode 100644 index 000000000000..d5174791bf6b --- /dev/null +++ b/devel/fpc-regexpr/pkg-plist @@ -0,0 +1,12 @@ +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/regexpr/Package.fpc +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/regexpr/regexpr.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/regexpr/regexpr.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/regexpr/libpregexpr.a +%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/regexpr/testreg1.pp +@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/regexpr +@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%% +@dirrmtry lib/fpc/%%PORTVERSION%%/units +@dirrmtry lib/fpc/%%PORTVERSION%% +@dirrmtry lib/fpc +%%PORTDOCS%%@dirrm share/examples/fpc-%%PORTVERSION%%/regexpr +%%PORTDOCS%%@dirrmtry share/examples/fpc-%%PORTVERSION%% |