diff options
Diffstat (limited to 'textproc/fpc-aspell')
-rw-r--r-- | textproc/fpc-aspell/Makefile | 23 | ||||
-rw-r--r-- | textproc/fpc-aspell/pkg-plist | 12 |
2 files changed, 35 insertions, 0 deletions
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 |