diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-10-23 21:08:41 +0800 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-10-23 21:08:41 +0800 |
commit | 21646392b027298c4aca08ad5386649a6869ccea (patch) | |
tree | 902ae1e48303d70f1045908f9eb477d7722924c8 /games/hexxagon | |
parent | 6c8d9e9eb93b758a9136ea26f6d089c61feae712 (diff) | |
download | freebsd-ports-gnome-21646392b027298c4aca08ad5386649a6869ccea.tar.gz freebsd-ports-gnome-21646392b027298c4aca08ad5386649a6869ccea.tar.zst freebsd-ports-gnome-21646392b027298c4aca08ad5386649a6869ccea.zip |
- Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
Diffstat (limited to 'games/hexxagon')
-rw-r--r-- | games/hexxagon/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/hexxagon/Makefile b/games/hexxagon/Makefile index 52d789e7ea02..4482e426b552 100644 --- a/games/hexxagon/Makefile +++ b/games/hexxagon/Makefile @@ -9,15 +9,13 @@ MASTER_SITES= http://www.nesqi.se/hexxagon/hexxagon/download/ MAINTAINER= makc@FreeBSD.org COMMENT= Strategy hexagon game -LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 +LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 -USES= pkgconfig +USES= gmake pkgconfig USE_BZIP2= yes -USE_GMAKE= yes GNU_CONFIGURE= yes DESKTOP_ENTRIES="Hexxagon" "Strategy Game" "" \ "hexxagon" "Game;StrategyGame;" false -NO_STAGE= yes .include <bsd.port.mk> |