diff options
author | acm <acm@FreeBSD.org> | 2009-01-14 10:41:00 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-01-14 10:41:00 +0800 |
commit | b26042a8969e0792f65f81a2cae24dce854f22ff (patch) | |
tree | 61747166358cd6cd6fdf3e4a74bc94cb450cd020 | |
parent | 4f2d4f59bd632e80f8e456c344402519dbd32f36 (diff) | |
download | freebsd-ports-gnome-b26042a8969e0792f65f81a2cae24dce854f22ff.tar.gz freebsd-ports-gnome-b26042a8969e0792f65f81a2cae24dce854f22ff.tar.zst freebsd-ports-gnome-b26042a8969e0792f65f81a2cae24dce854f22ff.zip |
- New port: textproc/fpc-aspell
Interface to aspell spelling checker
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/fpc-aspell/Makefile | 23 | ||||
-rw-r--r-- | textproc/fpc-aspell/pkg-plist | 12 |
3 files changed, 36 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index f468a7b8de17..7824758b1f8b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -168,6 +168,7 @@ SUBDIR += fo-aspell SUBDIR += foiltex SUBDIR += fop + SUBDIR += fpc-aspell SUBDIR += freegrep SUBDIR += fy-aspell SUBDIR += ga-aspell diff --git a/textproc/fpc-aspell/Makefile b/textproc/fpc-aspell/Makefile new file mode 100644 index 000000000000..745ce096f587 --- /dev/null +++ b/textproc/fpc-aspell/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: fpc-aspell +# Date created: 2009-01-06 +# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTREVISION= 0 +CATEGORIES= textproc lang +PKGNAMESUFFIX= -aspell + +MAINTAINER= acm@FreeBSD.org +COMMENT= Interface to aspell spelling checker + +USE_FPC= yes + +MASTERDIR= ${.CURDIR}/../../lang/fpc +WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} +EXTRACTUNITDIR+= ${WRKUNITDIR} + +OPTIONS= ASPELL "Install aspell spell checker" on + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/fpc-aspell/pkg-plist b/textproc/fpc-aspell/pkg-plist new file mode 100644 index 000000000000..1db57304d30e --- /dev/null +++ b/textproc/fpc-aspell/pkg-plist @@ -0,0 +1,12 @@ +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/aspell/Package.fpc +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/aspell/aspell.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/aspell/spellcheck.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/aspell/aspell.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/aspell/spellcheck.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/aspell/libpaspell.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/aspell/libpspellcheck.a +@dirrm lib/fpc/%%PORTVERSION%%/units/i386-freebsd/aspell +@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%% +@dirrmtry lib/fpc/%%PORTVERSION%%/units +@dirrmtry lib/fpc/%%PORTVERSION%% +@dirrmtry lib/fpc |