1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/french/abispell-fr-FR/Makefile
Edwin Groothuis 504dd103fe New port: AbiWord french dictionary
It's the new port for the AbiWord French dictionary

PR:		ports/44781
Submitted by:	El Fabio <fab@gcu.info>
Approved by:	El Fabio <fab@gcu.info> (for commitors changes)
2003-01-17 12:27:31 +00:00

27 lines
710 B
Makefile

# New ports collection makefile for: DirectFB
# Date created: 29 Sept 2002
# Whom: Devaux Fabien <fab@gcu.info>
#
# $FreeBSD$
#
PORTNAME= abispell-fr
PORTVERSION= 20020418
CATEGORIES= french
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= abiword
DISTNAME= abispell-fr-FR.i386
MAINTAINER= fab@gcu.info
BUILD_DEPENDS= AbiWord:${PORTSDIR}/editors/AbiWord
PREFIX= ${X11BASE}
NO_BUILD= yes
do-install:
${INSTALL} -m 444 ${WRKDIR}/usr/share/AbiSuite/dictionary/francais.hash-encoding ${PREFIX}/share/AbiSuite/dictionary/
${INSTALL} -m 444 ${WRKDIR}/usr/share/AbiSuite/dictionary/francais.hash ${PREFIX}/share/AbiSuite/dictionary/
.include <bsd.port.mk>