2013-03-11 11:35:43 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2013/03/11 11:42:41 espie Exp $
|
2005-11-25 21:34:18 +00:00
|
|
|
|
2010-07-21 21:27:44 +00:00
|
|
|
COMMENT = query the online Dutch Van Dale dictionary
|
|
|
|
DISTNAME = gnuvd-1.0.11
|
2012-06-29 21:03:35 +00:00
|
|
|
REVISION = 0
|
2010-07-21 21:27:44 +00:00
|
|
|
CATEGORIES = textproc education
|
2005-11-25 21:34:18 +00:00
|
|
|
|
2010-07-21 21:27:44 +00:00
|
|
|
HOMEPAGE = http://www.djcbsoftware.nl/code/gnuvd/
|
2005-11-25 21:34:18 +00:00
|
|
|
|
2010-07-21 21:27:44 +00:00
|
|
|
MAINTAINER = Steven Mestdagh <steven@openbsd.org>
|
2005-11-25 21:34:18 +00:00
|
|
|
|
|
|
|
# GPL
|
2010-07-21 21:27:44 +00:00
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
2005-11-25 21:34:18 +00:00
|
|
|
|
2010-07-21 21:27:44 +00:00
|
|
|
MASTER_SITES = ${HOMEPAGE}
|
2005-11-25 21:34:18 +00:00
|
|
|
|
2010-07-21 21:27:44 +00:00
|
|
|
WANTLIB = c
|
2005-11-25 21:34:18 +00:00
|
|
|
|
2010-07-21 21:27:44 +00:00
|
|
|
CONFIGURE_STYLE = gnu
|
2010-11-20 19:56:47 +00:00
|
|
|
USE_GROFF = Yes
|
2005-11-25 21:34:18 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|