openbsd-ports/www/amaya/french-dict/Makefile
espie f100c128f9 Remove NO_CONFIGURE/NO_PATCH/NO_EXTRACT/NO_MTREE
Kill corresponding FAKE=Yes and switch to CONFIGURE_STYLE while I'm at it.
2000-06-16 23:06:03 +00:00

19 lines
434 B
Makefile

# $OpenBSD: Makefile,v 1.3 2000/06/16 23:06:16 espie Exp $
# Original from: Bruno Rohee <rohee@OpenBSD.ORG>
#
# Many variables moved to ../Makefile.inc
#
DISTNAME= French
PKGNAME= amaya-french-dict
NEED_VERSION= 1.223
RUN_DEPENDS= ${PREFIX}/bin/amaya:www/amaya/browser
NO_BUILD= Yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/Amaya/dicopar
${INSTALL_DATA} ${WRKDIR}/Fprinc.dic ${PREFIX}/Amaya/dicopar
.include <bsd.port.mk>