7ae9b4c5b9
It will search any word in the dictionary and return its description in Dutch. ok sturm@
24 lines
475 B
Makefile
24 lines
475 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2005/11/25 21:34:18 steven Exp $
|
|
|
|
COMMENT= "query the online Dutch Van Dale dictionary"
|
|
DISTNAME= gnuvd-1.0.3
|
|
CATEGORIES= textproc education
|
|
|
|
HOMEPAGE= http://www.djcbsoftware.nl/code/gnuvd/
|
|
|
|
MAINTAINER= Steven Mestdagh <steven@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
WANTLIB= c
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|