openbsd-ports/www/amaya/english-dict/Makefile

22 lines
513 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.5 2001/05/06 04:22:45 lebel Exp $
2000-04-11 16:08:46 -04:00
# Original from: Bruno Rohee <rohee@OpenBSD.ORG>
#
# Many variables moved to ../Makefile.inc
#
COMMENT= "English dictionary for the Amaya browser/page composer"
2001-04-19 06:41:14 -04:00
PKGNAME= amaya-english-dict-20000321
DISTNAME= English
NEED_VERSION= 1.402
2000-04-11 16:08:46 -04:00
RUN_DEPENDS= ${PREFIX}/bin/amaya:www/amaya/browser
NO_BUILD= Yes
do-install:
2000-04-11 16:47:21 -04:00
${INSTALL_DATA_DIR} ${PREFIX}/Amaya/dicopar
${INSTALL_DATA} ${WRKDIR}/Eprinc.dic ${PREFIX}/Amaya/dicopar
2000-04-11 16:08:46 -04:00
.include <bsd.port.mk>