freebsd-ports/games/naev-data/Makefile
Dmitry Marakasov 94817f0784 Add Public Domain support to ports license framework. You can now use
LICENSE=  PD

Note that although Public Domain is not technically a license, it's
handled in the same way as licenses here, which is a common practice
(Arch, Gentoo, Fedora, Debian, even FOSSology do the same).

Convert all ports which redefine Public Domain LICENSE to LICENSE=PD.

Approved by:	portmgr (bapt)
Differential Revision:	D4149
2016-01-12 14:33:21 +00:00

36 lines
1.2 KiB
Makefile

# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
PORTNAME= naev
PORTVERSION= 0.6.1
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
PKGNAMESUFFIX= -data
DISTNAME= ndata-${PORTVERSION}
EXTRACT_ONLY= # empty
MAINTAINER= acm@FreeBSD.org
COMMENT= Naev game data file
LICENSE= GPLv2 GPLv3 CCBYv3 CCBYSAv3 PD
LICENSE_COMB= multi
LICENSE_NAME_CCBYv3= Creative Commons Attribution 3.0 Unported license
LICENSE_NAME_CCBYSAv3= Creative Commons Attribution-ShareAlike 3.0 Unported license
LICENSE_TEXT_CCBYv3= The license: CCBYv3 (${LICENSE_NAME_CCBYv3}) is standard,\
please read from the web: http://creativecommons.org/licenses/by/3.0/
LICENSE_TEXT_CCBYSAv3= The license: CCBYSAv3 (${LICENSE_NAME_CCBYSAv3}) is standard,\
please read from the web: http://creativecommons.org/licenses/by-sa/3.0/
LICENSE_PERMS_CCBYv3= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
LICENSE_PERMS_CCBYSAv3= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USES= zip
NO_ARCH= yes
NO_BUILD= yes
PORTDATA= *
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>