8f58038b51
* New events and missions * New outfits * House Soromid now has a logo * More ways of mapping the universe * Disabling damage leaks through shields * conf.lua-tweakable font sizes for accessibility * Bug fixes OK from sthen@
21 lines
433 B
Makefile
21 lines
433 B
Makefile
# $OpenBSD: Makefile.inc,v 1.3 2012/04/07 07:31:36 kirby Exp $
|
|
|
|
VERSION = 0.5.2
|
|
|
|
CATEGORIES = games x11
|
|
|
|
HOMEPAGE = http://www.naev.org/
|
|
|
|
MAINTAINER = Kirill Bychkov <yason@linklevel.net>
|
|
|
|
# GPLv3, GPLv2+, CC-by, CC-by-sa 3.0
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=naev/}
|
|
DIST_SUBDIR = naev
|
|
|
|
NO_REGRESS = Yes
|