mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- New port: textproc/fpc-aspell
Interface to aspell spelling checker
This commit is contained in:
parent
8c82e10a58
commit
79e3add23a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226014
3 changed files with 36 additions and 0 deletions
|
@ -168,6 +168,7 @@
|
|||
SUBDIR += fo-aspell
|
||||
SUBDIR += foiltex
|
||||
SUBDIR += fop
|
||||
SUBDIR += fpc-aspell
|
||||
SUBDIR += freegrep
|
||||
SUBDIR += fy-aspell
|
||||
SUBDIR += ga-aspell
|
||||
|
|
23
textproc/fpc-aspell/Makefile
Normal file
23
textproc/fpc-aspell/Makefile
Normal file
|
@ -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"
|
12
textproc/fpc-aspell/pkg-plist
Normal file
12
textproc/fpc-aspell/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue