openbsd-ports/textproc/gnuvd/Makefile
steven 4606e7accf update to 1.0.11
makes it work again after modifications in the online dictionary

restyle spacing while here
2010-07-21 21:27:44 +00:00

24 lines
482 B
Makefile

# $OpenBSD: Makefile,v 1.5 2010/07/21 21:27:44 steven Exp $
COMMENT = query the online Dutch Van Dale dictionary
DISTNAME = gnuvd-1.0.11
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>