svn commit: r374094 - head/games/circuslinux

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Dec 6 08:51:36 UTC 2014


Author: amdmi3
Date: Sat Dec  6 08:51:36 2014
New Revision: 374094
URL: https://svnweb.freebsd.org/changeset/ports/374094
QAT: https://qat.redports.org/buildarchive/r374094/

Log:
  - Add LICENSE
  - Switch to dynamic plist, dropping @dirrm*
  - Optionize DOCS installation, fix DOCSDIR

Deleted:
  head/games/circuslinux/pkg-plist
Modified:
  head/games/circuslinux/Makefile

Modified: head/games/circuslinux/Makefile
==============================================================================
--- head/games/circuslinux/Makefile	Sat Dec  6 08:51:26 2014	(r374093)
+++ head/games/circuslinux/Makefile	Sat Dec  6 08:51:36 2014	(r374094)
@@ -10,8 +10,20 @@ MASTER_SITES=	ftp://ftp.billsgames.com/u
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	"Circus Linux!" is a clone of the Atari 2600 game "Circus Atari"
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING.txt
+
 USE_SDL=	image mixer sdl
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--target=""
 
+PLIST_FILES=	bin/${PORTNAME}
+PORTDATA=	*
+PORTDOCS=	*
+
+OPTIONS_DEFINE=	DOCS
+
+post-install:
+	${MV} ${STAGEDIR}${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} ${STAGEDIR}${DOCSDIR}
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list