23 lines
431 B
Makefile
23 lines
431 B
Makefile
# $OpenBSD: Makefile,v 1.9 2013/03/11 11:42:41 espie Exp $
|
|
|
|
COMMENT = query the online Dutch Van Dale dictionary
|
|
DISTNAME = gnuvd-1.0.11
|
|
REVISION = 0
|
|
CATEGORIES = textproc education
|
|
|
|
HOMEPAGE = http://www.djcbsoftware.nl/code/gnuvd/
|
|
|
|
MAINTAINER = Steven Mestdagh <steven@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MASTER_SITES = ${HOMEPAGE}
|
|
|
|
WANTLIB = c
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|