1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/ukrainian/ispell/Makefile
Mikhail Teterin 9fa671a31d Remove "ukrainian" from the list of categories. Add ``-'' to the
prefix, so the package name is ua-ispell, not usispell.

Submitted by:	bento
2001-03-14 01:30:13 +00:00

27 lines
595 B
Makefile

# New ports collection makefile for: ukr-ispell
# Date created: 5 Dec 2000
# Whom: mi
#
# $FreeBSD$
#
PORTNAME= ispell
PORTVERSION= 0.0.2b
CATEGORIES= textproc
MASTER_SITES= http://virtual-estates.net/port-stuff/ \
ftp://cad.ntu-kpi.kiev.ua/soft/lingvist/UkrIspell/
PKGNAMEPREFIX= ua-
DISTNAME= ua-ispell.${PORTVERSION}
MAINTAINER= mi@aldan.algebra.com
BUILD_DEPENDS= buildhash:${PORTSDIR}/textproc/ispell
ALL_TARGET= all,koi
do-install:
cd ${WRKSRC} && \
${INSTALL_DATA} ukrainian.hash ukrainian.aff ${PREFIX}/share/ispell
.include <bsd.port.mk>