freebsd-ports/net/dictd-database/Makefile
Clive Lin d08e472e76 o Swap dependency. Now dictd-database needs dictzip to be built. One of its
dictionary file isn't shipped with .dz format.

o Add a short message in dictd's pkg-message:
  "Don't forget to install ports/net/dictd-database. After that, you
   could run your own dictd server without pain."

o Bump PORTREVISION of both ports.
  (It would heart your brain and waste you time to dig the reason why
   dictd refused to start properly in the previous revision.)

Reviewed by: dictd -t review
2001-05-07 15:21:41 +00:00

34 lines
932 B
Makefile

# ex:ts=8
# New ports collection makefile for: dictd-database
# Date created: Jan 29, 2001
# Whom: clive
#
# $FreeBSD$
#
PORTNAME= dictd-database
PORTVERSION= 20010416
PORTREVISION= 1
# clive: Ok, I have no idea how to name this somewhat-meta-port
CATEGORIES= net textproc
MASTER_SITES= ftp://ftp.dict.org/pub/dict/pre/
DISTFILES= devils-dict-pre.tar.gz dict-gazetteer-1.2-pre.tar.gz \
dict-misc-1.5b-pre.tar.gz dict-web1913-1.4-pre.tar.gz \
dict-wn-1.5-pre.tar.gz elements-20001107-pre.tar.gz \
foldoc-20010313.tar.gz jargon_4.2.3.tar.gz \
vera_1.7.tar.gz
MAINTAINER= ijliao@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/bin/dictzip:${PORTSDIR}/net/dictd
do-build:
# Do nothing
do-install:
@${MKDIR} ${PREFIX}/lib/dict
@${INSTALL_DATA} ${WRKDIR}/*.index ${PREFIX}/lib/dict
@${INSTALL_DATA} ${WRKDIR}/*.dict* ${PREFIX}/lib/dict
@(cd ${LOCALBASE}/lib/dict && ${LOCALBASE}/bin/dictzip vera.dict)
.include <bsd.port.mk>