svn commit: r509780 - head/games/cuyo

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Aug 25 09:02:40 UTC 2019


Author: amdmi3
Date: Sun Aug 25 09:02:39 2019
New Revision: 509780
URL: https://svnweb.freebsd.org/changeset/ports/509780

Log:
  - Switch to USES=localbase
  - Switch to options helpers
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/games/cuyo/Makefile
  head/games/cuyo/pkg-descr

Modified: head/games/cuyo/Makefile
==============================================================================
--- head/games/cuyo/Makefile	Sun Aug 25 08:31:47 2019	(r509779)
+++ head/games/cuyo/Makefile	Sun Aug 25 09:02:39 2019	(r509780)
@@ -13,15 +13,12 @@ COMMENT=	Nice, innovative, challenging Tetris-like gam
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gmake iconv
+USES=		gmake iconv localbase:ldflags
 USE_SDL=	mixer image
 USE_XORG=	x11 xau xdmcp
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
-
 # Do not use older versions
 PORTSCOUT=	limit:[0-9]\.[0-9]\.
 
@@ -34,7 +31,7 @@ NLS_USES=		gettext perl5
 NLS_USE=		perl5=build
 NLS_LDFLAGS=		-lintl
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	(cd ${WRKSRC} && ${INSTALL_DATA} NEWS README ${STAGEDIR}${DOCSDIR})
 

Modified: head/games/cuyo/pkg-descr
==============================================================================
--- head/games/cuyo/pkg-descr	Sun Aug 25 08:31:47 2019	(r509779)
+++ head/games/cuyo/pkg-descr	Sun Aug 25 09:02:39 2019	(r509780)
@@ -1,4 +1,4 @@
 Cuyo is a tetris-like game which is suprisingly innovative,
 sometimes challenging, and has a very nice look.
 
-WWW: http://www.karimmi.de/cuyo/
+WWW: https://www.karimmi.de/cuyo/


More information about the svn-ports-all mailing list