mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
db5e2bc177
Approved by: portmgr@ (implicit)
32 lines
698 B
Makefile
32 lines
698 B
Makefile
# New ports collection makefile for: hunspell
|
|
# Date created: 24.07.2004
|
|
# Whom: janos.mohacsi@bsd.hu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hunspell
|
|
PORTVERSION= 1.6.1
|
|
CATEGORIES= hungarian textproc
|
|
MASTER_SITES= SF/magyarispell/Magyar%20Ispell/${PORTVERSION}
|
|
DISTNAME= hu_HU-${PORTVERSION}
|
|
|
|
MAINTAINER= janos.mohacsi@bsd.hu
|
|
COMMENT= Hunspell Hungarian dictionary
|
|
|
|
LICENSE= GPLv2 LGPL21 MPL
|
|
LICENSE_COMB= dual
|
|
|
|
NO_BUILD= yes
|
|
WRKSRC= ${WRKDIR}/hu_HU-${PORTVERSION}
|
|
|
|
PLIST_FILES= %%DATADIR%%/hu_HU.aff \
|
|
%%DATADIR%%/hu_HU.dic
|
|
PLIST_DIRSTRY= %%DATADIR%%
|
|
|
|
do-install:
|
|
${MKDIR} ${DATADIR}/
|
|
${INSTALL_DATA} ${WRKSRC}/hu_HU.aff ${WRKSRC}/hu_HU.dic ${DATADIR}/
|
|
|
|
.include <bsd.port.mk>
|