This program allows you to search different kinds of dictionary services for words or phrases and shows you the result. Currently you can query a Dict server(RFC 2229), any online dictionary service by opening a web browser or search for words using the aspell/ispell program.
15 lines
521 B
Makefile
15 lines
521 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/07/26 13:53:58 youri Exp $
|
|
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
DISTNAME= xfce4-dict-0.7.1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://archive.xfce.org/src/apps/xfce4-dict/0.7/
|
|
|
|
HOMEPAGE= http://goodies.xfce.org/projects/applications/xfce4-dict
|
|
COMMENT= Xfce dictionary application
|
|
|
|
.include "../../x11/xfce4-panel/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|