e2e7e8751d
Bump EPOCH.
26 lines
577 B
Makefile
26 lines
577 B
Makefile
# $OpenBSD: Makefile.inc,v 1.13 2012/01/17 11:04:12 ajacoutot Exp $
|
|
|
|
# Check individual packages for overrides when bumping this!
|
|
PKGNAMEBASE= ${DISTNAME:C/aspell[0-9]/aspell/}
|
|
PKGNAME?= ${PKGNAMEBASE:C/-([0-9])$/.\1/}
|
|
EPOCH?= 1
|
|
|
|
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}
|