openbsd-ports/textproc/aspell/dicts/Makefile.inc
jolan 0d8c1fd98a - correct english dictionary master_site (dicts->dict)
- update distinfo in dicts (fallout from DIST_SUBDIR addition)

from lebel@
2003-11-22 05:34:58 +00:00

23 lines
426 B
Makefile

# $OpenBSD: Makefile.inc,v 1.3 2003/11/22 05:34:58 jolan Exp $
DIST_SUBDIR?= aspell
EXTRACT_SUFX?= .tar.bz2
HOMEPAGE?= http://aspell.sourceforge.net/
MAINTAINER?= Jolan Luff <jolan@openbsd.org>
# GPL
PERMIT_DISTFILES_CDROM?=Yes
PERMIT_DISTFILES_FTP?= Yes
PERMIT_PACKAGE_CDROM?= Yes
PERMIT_PACKAGE_FTP?= Yes
NO_REGRESS?= Yes
CONFIGURE_STYLE?=simple
BUILD_DEPENDS?= ::textproc/aspell/core
RUN_DEPENDS?= ${BUILD_DEPENDS}