diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2016-01-09 19:07:20 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2016-01-09 19:07:20 +0000 |
commit | 41aa5fe0ccb1b97e6a8d07e686751ee08601d377 (patch) | |
tree | 1298b32ff821fb067181e5eff2bbe41ab9e43ffb /games/quadra | |
parent | 8bdf0587e8b87c53ec28f3c3248ac39291a33fb3 (diff) | |
download | ports-41aa5fe0ccb1b97e6a8d07e686751ee08601d377.tar.gz ports-41aa5fe0ccb1b97e6a8d07e686751ee08601d377.zip |
Notes
Diffstat (limited to 'games/quadra')
-rw-r--r-- | games/quadra/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/games/quadra/Makefile b/games/quadra/Makefile index 46d3a5ed839a..81a5a8af9c99 100644 --- a/games/quadra/Makefile +++ b/games/quadra/Makefile @@ -14,19 +14,14 @@ COMMENT= Tetris like game with multiplayer support 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" \ |