diff options
author | arved <arved@FreeBSD.org> | 2010-11-18 19:46:45 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2010-11-18 19:46:45 +0800 |
commit | 0414170ba080f40588efad80850793658fefd68c (patch) | |
tree | e12f6eb686603dbd6f91f75d31ee03e44c0210ef /games/xpilot-ng-server | |
parent | f79ed8ac9223e674df9242e2baf5876a3f203632 (diff) | |
download | freebsd-ports-gnome-0414170ba080f40588efad80850793658fefd68c.tar.gz freebsd-ports-gnome-0414170ba080f40588efad80850793658fefd68c.tar.zst freebsd-ports-gnome-0414170ba080f40588efad80850793658fefd68c.zip |
Update to 4.7.3
Add License
mark MAKE_JBOS_SAFE
add desktop entries
Fix build of WITH_SOUND knob
PR: 151583
Submitted by: "Pawel Pekala" <c0rn@o2.pl>
Diffstat (limited to 'games/xpilot-ng-server')
-rw-r--r-- | games/xpilot-ng-server/Makefile | 15 | ||||
-rw-r--r-- | games/xpilot-ng-server/distinfo | 6 | ||||
-rw-r--r-- | games/xpilot-ng-server/pkg-plist.server | 4 |
3 files changed, 16 insertions, 9 deletions
diff --git a/games/xpilot-ng-server/Makefile b/games/xpilot-ng-server/Makefile index 27e865b5cfcc..5d9c7c99a689 100644 --- a/games/xpilot-ng-server/Makefile +++ b/games/xpilot-ng-server/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xpilot-ng -PORTVERSION= 4.7.2 -PORTREVISION= 7 +PORTVERSION= 4.7.3 CATEGORIES= games MASTER_SITES= SF/xpilot/xpilot_ng/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX?= -server @@ -15,9 +14,12 @@ PKGNAMESUFFIX?= -server MAINTAINER= ports@FreeBSD.org COMMENT?= An enhanced version of XPilot (server program) +LICENSE= GPLv2 + LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib @@ -48,6 +50,11 @@ LDFLAGS+= -I${LOCALBASE}/include OPTIONS= SDL "SDL/OpenGL client" on \ SOUND "Sound" off + +DESKTOP_ENTRIES= "Xpilot-ng X11" "Xpilot game client program" \ + "" "xpilot-ng-x11" "Game;ArcadeGame;" false \ + "Xpilot-ng Map Editor" "Xpilot Map Editor" \ + "" "xpilot-ng-xp-mapedit" "Game;ArcadeGame;" false .endif .include <bsd.port.pre.mk> @@ -68,13 +75,15 @@ USE_SDL= image sdl ttf USE_GL= yes PLIST_SUB+= SDL="" MAN6+= xpilot-ng-sdl.6 +DESKTOP_ENTRIES+= "Xpilot-ng SDL" "Xpilot game client program" \ + "" "xpilot-ng-sdl" "Game;ArcadeGame;" false .else CONFIGURE_ARGS+=--disable-sdl-client PLIST_SUB+= SDL="@comment " .endif .if defined(WITH_SOUND) -USE_OPENAL= al +USE_OPENAL= al alut CONFIGURE_ARGS+=--enable-sound CPPFLAGS+= ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} diff --git a/games/xpilot-ng-server/distinfo b/games/xpilot-ng-server/distinfo index 2ed7ed2d35af..a5d71b30483a 100644 --- a/games/xpilot-ng-server/distinfo +++ b/games/xpilot-ng-server/distinfo @@ -1,3 +1,3 @@ -MD5 (xpilot-ng-4.7.2.tar.gz) = b922251ab9c69f87567c9606304ee589 -SHA256 (xpilot-ng-4.7.2.tar.gz) = 31ef0f6b40779dd0ac5eb1bd17dd0908174e52991413fe25d623b6336d480fc0 -SIZE (xpilot-ng-4.7.2.tar.gz) = 2807988 +MD5 (xpilot-ng-4.7.3.tar.gz) = 89a360747f7811a33c4821eec5583b7d +SHA256 (xpilot-ng-4.7.3.tar.gz) = f287093c757a71232000f210ee4a4edeccc9e8af0817d5be43084e84aebd4709 +SIZE (xpilot-ng-4.7.3.tar.gz) = 3469062 diff --git a/games/xpilot-ng-server/pkg-plist.server b/games/xpilot-ng-server/pkg-plist.server index f4bfe99a1950..3fb54f7164f9 100644 --- a/games/xpilot-ng-server/pkg-plist.server +++ b/games/xpilot-ng-server/pkg-plist.server @@ -9,10 +9,8 @@ share/xpilot-ng/maps/dragon-1.0.xp2 share/xpilot-ng/maps/ndh.xp2 share/xpilot-ng/maps/ndh.xpd share/xpilot-ng/maps/polybloods.xp2 -share/xpilot-ng/maps/polybloods7.xp2 share/xpilot-ng/maps/sadistic_bastard_v2.xp2 -share/xpilot-ng/maps/spaceball-0.1.xp2 -share/xpilot-ng/maps/spaceball-0.2.xp2 +share/xpilot-ng/maps/spaceball.xp2 share/xpilot-ng/maps/teamcup.xp share/xpilot-ng/maps/tourmination.xp2 share/xpilot-ng/password.txt |