64b2118179
- Adjust MASTERDIRs - Remove PKGNAMEPREFIX since it is implicit - Add ports to Category Makefile PR: 53797 Submitted by: Aleksander Fafula <alex@fafula.com> Approved by: portmgr (marcus) Repocopied by: joe
19 lines
400 B
Makefile
19 lines
400 B
Makefile
# New ports collection makefile for: pl-aspell
|
|
# Date created: 3 September 2002
|
|
# Whom: Thierry Thomas <thierry@pompo.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= aspell
|
|
CATEGORIES= polish
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Aspell with Polish dictionary
|
|
|
|
MASTERDIR= ${.CURDIR}/../../textproc/aspell
|
|
|
|
ASPELL_PL= tak
|
|
|
|
.include "${MASTERDIR}/Makefile"
|