Files
ports/textproc/dict/Makefile
T
Jamie Landeg-Jones fbb6133d80 textproc/dict: Update dict servers
- Bump PORTREVISION for package change

PR:		287199
Submitted by:	Jamie Landeg-Jones <jamie@catflap.org>
2025-10-06 18:22:03 +08:00

30 lines
662 B
Makefile

PORTNAME= dict
PORTVERSION= 1.13.3
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= SF/dict/dictd/dictd-${PORTVERSION}
DISTNAME= dictd-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Dictionary Server Protocol (RFC2229) client
WWW= https://www.dict.org/ \
https://sourceforge.net/projects/dict/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libmaa.so:devel/libmaa
USES= bison gmake libtool:build localbase
ALL_TARGET= dict
GNU_CONFIGURE= yes
INSTALL_TARGET= install.dict
CONFLICTS_INSTALL= irstlm # bin/dict
post-install:
${INSTALL_DATA} ${FILESDIR}/dict.conf ${STAGEDIR}${PREFIX}/etc/dict.conf.sample
.include <bsd.port.mk>