23 lines
394 B
Makefile
23 lines
394 B
Makefile
# $OpenBSD: Makefile,v 1.13 2011/09/16 12:00:06 espie Exp $
|
|
#
|
|
# Many variables moved to ../Makefile.inc
|
|
|
|
COMMENT= French dictionary for the Amaya browser/page composer
|
|
|
|
PKGNAME= amaya-french-dict-20040223
|
|
DISTNAME= French
|
|
REVISION= 0
|
|
|
|
RUN_DEPENDS= ${DICT_RUN_DEPENDS}
|
|
|
|
NO_BUILD= Yes
|
|
NO_REGRESS= Yes
|
|
PKG_ARCH= *
|
|
|
|
DICNAME= Fprinc
|
|
|
|
do-install:
|
|
${dict_install_frag}
|
|
|
|
.include <bsd.port.mk>
|