diff options
-rw-r--r-- | polish/Makefile | 1 | ||||
-rw-r--r-- | polish/ispell/Makefile | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/polish/Makefile b/polish/Makefile index 40e8aa807805..edf79b96adec 100644 --- a/polish/Makefile +++ b/polish/Makefile @@ -5,6 +5,7 @@ SUBDIR += aspell SUBDIR += ekg SUBDIR += gnugadu + SUBDIR += ispell SUBDIR += kadu SUBDIR += kde3-i18n SUBDIR += koffice-i18n diff --git a/polish/ispell/Makefile b/polish/ispell/Makefile new file mode 100644 index 000000000000..bbacbabb441d --- /dev/null +++ b/polish/ispell/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: pl-ispell +# Date created: 11 December 2003 +# Whom: jmz +# +# $FreeBSD$ +# + +PORTNAME= ispell +CATEGORIES= polish +PKGNAMESUFFIX= -20021127 + +MAINTAINER= wtp@bsdguru.org + +ISPELL_PL= yes +USE_PERL5= yes + +MASTERDIR= ${.CURDIR}/../../textproc/ispell + +.if exists(${.CURDIR}/Makefile.local) +.include "${.CURDIR}/Makefile.local" +.endif + +.include "${MASTERDIR}/Makefile" |