42d50bc98f
"correct this is" ajacoutot@
24 lines
517 B
Makefile
24 lines
517 B
Makefile
# $OpenBSD: Makefile.inc,v 1.10 2008/10/28 16:57:57 jasper Exp $
|
|
|
|
# Check individual packages for overrides when bumping this!
|
|
PKGNAME?= ${DISTNAME:C/-([0-9])$/_\1/}p1
|
|
|
|
DIST_SUBDIR?= aspell
|
|
|
|
EXTRACT_SUFX?= .tar.bz2
|
|
|
|
HOMEPAGE?= http://aspell.sourceforge.net/
|
|
|
|
# GPLv2 - LGPLv2 - FDL - CC ShareAlike
|
|
PERMIT_DISTFILES_CDROM?=Yes
|
|
PERMIT_DISTFILES_FTP?= Yes
|
|
PERMIT_PACKAGE_CDROM?= Yes
|
|
PERMIT_PACKAGE_FTP?= Yes
|
|
|
|
NO_REGRESS?= Yes
|
|
|
|
CONFIGURE_STYLE?=simple
|
|
|
|
RUN_DEPENDS?= ::textproc/aspell/core
|
|
BUILD_DEPENDS?= ${RUN_DEPENDS}
|