svn commit: r405653 - head/games/quadra

Pawel Pekala pawel at FreeBSD.org
Sat Jan 9 19:07:21 UTC 2016


Author: pawel
Date: Sat Jan  9 19:07:20 2016
New Revision: 405653
URL: https://svnweb.freebsd.org/changeset/ports/405653

Log:
  - Convert to USES=autoreconf localbase
  - Remove deprecated PLIST_DIRSTRY
  
  Approved by:	portmgr blanket

Modified:
  head/games/quadra/Makefile

Modified: head/games/quadra/Makefile
==============================================================================
--- head/games/quadra/Makefile	Sat Jan  9 18:26:40 2016	(r405652)
+++ head/games/quadra/Makefile	Sat Jan  9 19:07:20 2016	(r405653)
@@ -14,19 +14,14 @@ COMMENT=	Tetris like game with multiplay
 
 LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png
 
-USES=		gmake tar:bzip2
+USES=		autoreconf gmake localbase tar:bzip2
 USE_SDL=	sdl
 USE_XORG=	x11 xau xdmcp
-USE_AUTOTOOLS=	autoconf autoheader
 GNU_CONFIGURE=	yes
 
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
-
 PLIST_FILES=	bin/${PORTNAME} \
 		share/games/${PORTNAME}.res \
 		share/pixmaps/${PORTNAME}.xpm
-PLIST_DIRSTRY=	share/games
 
 DESKTOP_ENTRIES=	"Quadra" "${COMMENT}" \
 			"${PREFIX}/share/pixmaps/${PORTNAME}.xpm" \


More information about the svn-ports-head mailing list