24 lines
515 B
Makefile
24 lines
515 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 1999/03/29 18:22:42 rohee Exp $
|
|
|
|
DISTNAME= French
|
|
DIST_SUBDIR= amaya
|
|
PKGNAME= amaya-french-dict
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= rohee@openbsd.org
|
|
|
|
MASTER_SITES= ftp://ftp.w3.org/pub/amaya/ \
|
|
ftp://ftp-eu.w3.org/pub/amaya/
|
|
|
|
RUN_DEPENDS= ${PREFIX}/bin/amaya:${PORTSDIR}/www/amaya
|
|
|
|
NO_PATCH= yes
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
@${MKDIR} ${PREFIX}/Thot/dicopar
|
|
${INSTALL_DATA} ${WRKDIR}/Thot/dicopar/Fprinc.dic ${PREFIX}/Thot/dicopar
|
|
|
|
.include <bsd.port.mk>
|