diff options
author | pawel <pawel@FreeBSD.org> | 2016-01-10 03:07:20 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2016-01-10 03:07:20 +0800 |
commit | dbcbf4e70c6955c8add365b63d02fe666a5ed3aa (patch) | |
tree | 1298b32ff821fb067181e5eff2bbe41ab9e43ffb /games | |
parent | 9ef729b50595928970a39f30a07c85efc4b3c3ac (diff) | |
download | freebsd-ports-gnome-dbcbf4e70c6955c8add365b63d02fe666a5ed3aa.tar.gz freebsd-ports-gnome-dbcbf4e70c6955c8add365b63d02fe666a5ed3aa.tar.zst freebsd-ports-gnome-dbcbf4e70c6955c8add365b63d02fe666a5ed3aa.zip |
- Convert to USES=autoreconf localbase
- Remove deprecated PLIST_DIRSTRY
Approved by: portmgr blanket
Diffstat (limited to 'games')
-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" \ |