mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
7604ffa399
This port installs it in the data format for use with dictd server. WWW: http://romdict.sourceforge.net/ PR: ports/90620 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
33 lines
818 B
Makefile
33 lines
818 B
Makefile
# New ports collection makefile for: romdict
|
|
# Date created: 2005-12-18
|
|
# Whom: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
|
|
#
|
|
# $FreeBSD$
|
|
# $Tecnik: ports/textproc/romdict/Makefile,v 1.1 2005/12/18 23:40:33 itetcu Exp $
|
|
|
|
PORTNAME= romdict
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DISTFILES= eng-rom-${PORTVERSION}
|
|
|
|
MAINTAINER= itetcu@people.tecnik93.com
|
|
COMMENT= Dictd database for Eng-Ro dictionary
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/sbin/dictd:${PORTSDIR}/net/dictd
|
|
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
do-install:
|
|
${MKDIR} ${PREFIX}/lib/dictd
|
|
${INSTALL_DATA} ${WRKSRC}/eng-rom.dict.dz ${PREFIX}/lib/dictd/
|
|
${INSTALL_DATA} ${WRKSRC}/eng-rom.index ${PREFIX}/lib/dictd/
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|