c65e41f5a2
feedback from Antti Harri Changes include: - Many new missions, and improvements for older ones. - Soromid faction added. - New planet and station graphics. - Store user data in XDG-compliant locations (migration script included) - Misc. bug fixes
21 lines
433 B
Makefile
21 lines
433 B
Makefile
# $OpenBSD: Makefile.inc,v 1.2 2012/03/14 22:54:28 sthen Exp $
|
|
|
|
VERSION = 0.5.1
|
|
|
|
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
|