mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
27 lines
582 B
Makefile
27 lines
582 B
Makefile
# Created by: Josh Gilliam <josh@quick.net>
|
|
|
|
PORTNAME= dict
|
|
PORTVERSION= 1.13.0
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= SF/dict/dictd/dictd-${PORTVERSION}
|
|
DISTNAME= dictd-${PORTVERSION}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Dictionary Server Protocol (RFC2229) client
|
|
|
|
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
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${FILESDIR}/dict.conf ${STAGEDIR}${PREFIX}/etc/dict.conf.sample
|
|
|
|
.include <bsd.port.mk>
|