openbsd-ports/textproc/gnuvd/Makefile
steven 7ae9b4c5b9 gnuvd is a commandline frontend for the online Van Dale dictionary.
It will search any word in the dictionary and return its description
in Dutch.

ok sturm@
2005-11-25 21:34:18 +00:00

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>