Date: Sat, 9 Jan 2016 19:07:20 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405653 - head/games/quadra Message-ID: <201601091907.u09J7KtA090433@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601091907.u09J7KtA090433>