1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/hungarian/hunspell/Makefile
Rodrigo Osorio 06df180a9e */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems

Approved by:	portmgr (blanket)
PR:		274888
2023-11-06 11:03:47 +01:00

26 lines
599 B
Makefile

PORTNAME= hunspell
PORTVERSION= 1.6.1
CATEGORIES= hungarian textproc
MASTER_SITES= SF/magyarispell/Magyar%20Ispell/${PORTVERSION}
DISTNAME= hu_HU-${PORTVERSION}
MAINTAINER= jmohacsi@bsd.hu
COMMENT= Hunspell Hungarian dictionary
WWW= https://magyarispell.sourceforge.net/
LICENSE= GPLv2 LGPL21 MPL11
LICENSE_COMB= dual
NO_ARCH= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/hu_HU-${PORTVERSION}
PLIST_FILES= ${DATADIR}/hu_HU.aff \
${DATADIR}/hu_HU.dic
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/hu_HU.aff ${WRKSRC}/hu_HU.dic ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>