openbsd-ports/textproc/gnuvd/Makefile

24 lines
469 B
Makefile
Raw Normal View History

2008-09-07 13:13:19 -04:00
# $OpenBSD: Makefile,v 1.3 2008/09/07 17:13:19 steven Exp $
COMMENT= query the online Dutch Van Dale dictionary
2008-09-07 13:13:19 -04:00
DISTNAME= gnuvd-1.0.7
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>