blob: 07c8e01cbfc7256ac2a27367ca3528067817237c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: ro-aspell
# Date created: 7 September 2002
# Whom: Thierry Thomas <thierry@pompo.net>
#
# $FreeBSD$
#
PORTNAME= ro-aspell
MAINTAINER= ports@FreeBSD.org
MASTERDIR= ${.CURDIR}/../aspell
ASPELL_RO= da
.include "${MASTERDIR}/Makefile"
|