22 lines
384 B
Makefile
22 lines
384 B
Makefile
# $OpenBSD: Makefile,v 1.11 2004/06/22 00:16:34 sturm Exp $
|
|
#
|
|
# Many variables moved to ../Makefile.inc
|
|
|
|
COMMENT= "French dictionary for the Amaya browser/page composer"
|
|
|
|
PKGNAME= amaya-french-dict-20040223
|
|
DISTNAME= French
|
|
|
|
RUN_DEPENDS= ${DICT_RUN_DEPENDS}
|
|
|
|
NO_BUILD= Yes
|
|
NO_REGRESS= Yes
|
|
PKG_ARCH= *
|
|
|
|
DICNAME= Fprinc
|
|
|
|
do-install:
|
|
${dict_install_frag}
|
|
|
|
.include <bsd.port.mk>
|