b8a758a8cf
makes it work again after changes in the online dictionary
24 lines
470 B
Makefile
24 lines
470 B
Makefile
# $OpenBSD: Makefile,v 1.4 2008/12/27 11:25:19 steven Exp $
|
|
|
|
COMMENT= query the online Dutch Van Dale dictionary
|
|
DISTNAME= gnuvd-1.0.10
|
|
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>
|