diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-10 03:50:29 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-10 03:50:29 +0000 |
commit | ca907e8a4e76eb2e4bae5897d3ad28a87bcb3a9d (patch) | |
tree | 5e822857f43e3b4b13a403525294bee9eb137afe /portuguese/aspell/Makefile | |
parent | build aspell with dictionary (diff) |
build aspell with dictionary
PR: 42523
Submitted by: thierry@pompo.net
Diffstat (limited to 'portuguese/aspell/Makefile')
-rw-r--r-- | portuguese/aspell/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/portuguese/aspell/Makefile b/portuguese/aspell/Makefile new file mode 100644 index 000000000000..ddecd5def4ef --- /dev/null +++ b/portuguese/aspell/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: pt-aspell +# Date created: 6 September 2002 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= pt-aspell + +MAINTAINER= ports@FreeBSD.org + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_PT= sim + +.include "${MASTERDIR}/Makefile" |