aboutsummaryrefslogtreecommitdiff
path: root/textproc/ia-aspell/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ia-aspell/Makefile')
-rw-r--r--textproc/ia-aspell/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/textproc/ia-aspell/Makefile b/textproc/ia-aspell/Makefile
index 96527bdf4bb5..c3a89b353bd8 100644
--- a/textproc/ia-aspell/Makefile
+++ b/textproc/ia-aspell/Makefile
@@ -5,13 +5,15 @@
# $FreeBSD$
#
-PORTNAME= ia-aspell
+PORTNAME= ${DICT}-aspell
+DISTVERSION= -ia-0.50-1
+PORTEPOCH= 1
+CATEGORIES= textproc
MAINTAINER= ports@FreeBSD.org
-COMMENT= Aspell with Interlingua dictionary
+COMMENT= Aspell Interlingua dictionary
-MASTERDIR= ${.CURDIR}/../aspell
+DICT= ia
-ASPELL_IA= si
-
-.include "${MASTERDIR}/Makefile"
+.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
+.include <bsd.port.post.mk>