freebsd-ports/games/xbattle/files/patch-Imakefile
Rusmir Dusko 812e89cab4 - Bump PORTREVISION for dependency and pkg-plist change
- Change master sites, add icons
- Take maintainership
- Remove DEPRECATED, EXPIRATION_DATE
- Add dependency for x11/xdialog
- Add USE_CSTD=gnu89
- Support STAGEDIR
- Remove tutorial* from DOCS, SH scripts which are used to
  learn how to use XBattle
- Add Desktop entry file
- Simplify installation handling
- Fix MAN to install in man6
- Recreate patch with make makepatch, fix MAN to install in man6
- Add patches, use some Debian patches, fix bad C code and video
  (Pseudo Color),
- Add files/xbattle-menu.in for Desktop with Xdialog
- Change pkg-descr, add WWW
- Change pkg-plist, remove DOCS
2014-03-29 20:38:57 +00:00

17 lines
683 B
Text

--- ./Imakefile.orig 1995-10-17 15:14:37.000000000 +0100
+++ ./Imakefile 2014-03-29 18:29:01.369960166 +0100
@@ -6,10 +6,11 @@
CCOPTIONS = -Wf,-XNl4096
#endif
#endif
+MANSUFFIX =6
- DEFINES = -DDEFAULT_XBO_DIR=\"/export/home/lesher/xbos\" \
- -DDEFAULT_XBT_DIR=\"/export/home/lesher/xbts\" \
- -DDEFAULT_XBA_DIR=\"/export/home/lesher/xbas\"
+ DEFINES = -DDEFAULT_XBO_DIR=\"$(PREFIX)/share/xbattle/xbos\" \
+ -DDEFAULT_XBT_DIR=\"$(PREFIX)/share/xbattle/xbts\" \
+ -DDEFAULT_XBA_DIR=\"$(PREFIX)/share/xbattle/xbas\"
LOCAL_LIBRARIES = $(XLIB)
SYS_LIBRARIES = -lm
SRCS = command.c \