mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
28 lines
646 B
Makefile
28 lines
646 B
Makefile
PORTNAME= dict
|
|
PORTVERSION= 1.13.3
|
|
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>
|