- Add stage support

- Add LICENSE
This commit is contained in:
Danilo Egea Gondolfo 2013-10-30 16:21:08 +00:00
parent 4bcd4eb07f
commit 458f837d3b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332146

View file

@ -13,6 +13,8 @@ DISTNAME= Columns-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Nice little implementation of columns game for X Window System
LICENSE= GPLv2
USE_SDL= sdl
GNU_CONFIGURE= yes
@ -21,13 +23,11 @@ PORTDOCS= README
OPTIONS_DEFINE= DOCS
NO_STAGE= yes
.include <bsd.port.options.mk>
post-configure:
@${REINPLACE_CMD} -e '/chmod 0666/d' ${WRKSRC}/Makefile
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>