diff options
author | danfe <danfe@FreeBSD.org> | 2014-03-17 19:32:30 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2014-03-17 19:32:30 +0800 |
commit | 7e7be4d90ba29c9a72b3754daaef57ee5f108d16 (patch) | |
tree | bb5e10a1ec2360c96e6644ff0c572208819e99a0 /games/yadex | |
parent | 63fb63cbc3622a135132e2d34f850b272e8993bc (diff) | |
download | freebsd-ports-gnome-7e7be4d90ba29c9a72b3754daaef57ee5f108d16.tar.gz freebsd-ports-gnome-7e7be4d90ba29c9a72b3754daaef57ee5f108d16.tar.zst freebsd-ports-gnome-7e7be4d90ba29c9a72b3754daaef57ee5f108d16.zip |
Stagify the port. Upstream `install' target was almost ready for it, just
missing $(DESTDIR) prefix in destination directories. While here, convert
post-installation banner to pkg-message (guard it with `ifndef DESTDIR' to
prevent it from showing up in the build logs twice).
Diffstat (limited to 'games/yadex')
-rw-r--r-- | games/yadex/Makefile | 11 | ||||
-rw-r--r-- | games/yadex/files/patch-GNUmakefile | 48 | ||||
-rw-r--r-- | games/yadex/files/pkg-message.in | 8 | ||||
-rw-r--r-- | games/yadex/pkg-plist | 1 |
4 files changed, 49 insertions, 19 deletions
diff --git a/games/yadex/Makefile b/games/yadex/Makefile index 356d7ccf8151..5ad6c879bc1c 100644 --- a/games/yadex/Makefile +++ b/games/yadex/Makefile @@ -19,8 +19,7 @@ CONFIGURE_ENV= CC="${CC}" CXX="${CXX}" PREFIX="${PREFIX}" USE_PERL5= build USE_XORG= x11 MAKEFILE= GNUmakefile - -MAN6= yadex.6 +SUB_FILES= pkg-message OPTIONS_DEFINE= WHITE_BG 3D_RENDER SEARCH EXTRA_TOOLS LAPTOP_KEYS DOCS @@ -30,7 +29,6 @@ SEARCH_DESC= Thing, linedef, or sector search by type EXTRA_TOOLS_DESC= Add a few extra tools to Yadex' repertoire LAPTOP_KEYS_DESC= Key bindings for easier editing on laptops -NO_STAGE= yes .include <bsd.port.options.mk> PATCH_SITES= http://glbsp.sourceforge.net/%SUBDIR%/ @@ -63,9 +61,8 @@ post-patch: .endif post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/*.[^6]* ${WRKSRC}/doc/README ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/*.[^6]* ${WRKSRC}/doc/README \ + ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> diff --git a/games/yadex/files/patch-GNUmakefile b/games/yadex/files/patch-GNUmakefile index 5e816a60eb1b..ae9020e66947 100644 --- a/games/yadex/files/patch-GNUmakefile +++ b/games/yadex/files/patch-GNUmakefile @@ -1,6 +1,6 @@ --- GNUmakefile.orig Sun Dec 28 23:23:56 2003 +++ GNUmakefile Mon Mar 21 16:31:11 2005 -@@ -67,8 +67,8 @@ +@@ -67,8 +67,8 @@ else X11LIBDIR = /usr/openwin/lib X11INCLUDEDIR = /usr/openwin/include else @@ -11,7 +11,7 @@ endif endif -@@ -79,13 +79,13 @@ +@@ -79,13 +79,13 @@ endif #CXX = # Options used when compiling Atclib. @@ -27,19 +27,43 @@ #CXXFLAGS += -DWHITE_BACKGROUND #LDFLAGS = -@@ -395,12 +395,10 @@ - @scripts/mkinstalldirs $(MANDIR) - @scripts/mkinstalldirs $(MANDIR)/man6 - @scripts/mkinstalldirs $(SHAREDIR) +@@ -390,19 +390,18 @@ test: + + .PHONY: install + install: $(OBJDIR)/install +- @scripts/mkinstalldirs $(BINDIR) +- @scripts/mkinstalldirs $(ETCDIR) +- @scripts/mkinstalldirs $(MANDIR) +- @scripts/mkinstalldirs $(MANDIR)/man6 +- @scripts/mkinstalldirs $(SHAREDIR) - $(OBJDIR)/install -m 755 $(OBJDIR)/yadex $(BINDIR)/yadex-$(VERSION) - rm -f $(BINDIR)/yadex +- rm -f $(BINDIR)/yadex - ln -s yadex-$(VERSION) $(BINDIR)/yadex - $(OBJDIR)/install -m 644 doc/yadex.6 $(MANDIR)/man6/yadex-$(VERSION).6 - rm -f $(MANDIR)/man6/yadex.6 - ln -s yadex-$(VERSION).6 $(MANDIR)/man6/yadex.6 -+ $(OBJDIR)/install -m 755 $(OBJDIR)/yadex $(BINDIR)/yadex -+ rm -f $(MANDIR)/man6/yadex.6* -+ $(OBJDIR)/install -m 644 doc/yadex.6 $(MANDIR)/man6/yadex.6 - $(OBJDIR)/install -m 644 -d $(SHAREDIR) $(YGD) - $(OBJDIR)/install -m 644 -d $(ETCDIR) yadex.cfg +- $(OBJDIR)/install -m 644 -d $(SHAREDIR) $(YGD) +- $(OBJDIR)/install -m 644 -d $(ETCDIR) yadex.cfg ++ @scripts/mkinstalldirs $(DESTDIR)$(BINDIR) ++ @scripts/mkinstalldirs $(DESTDIR)$(ETCDIR) ++ @scripts/mkinstalldirs $(DESTDIR)$(MANDIR) ++ @scripts/mkinstalldirs $(DESTDIR)$(MANDIR)/man6 ++ @scripts/mkinstalldirs $(DESTDIR)$(SHAREDIR) ++ rm -f $(DESTDIR)$(BINDIR)/yadex ++ $(OBJDIR)/install -m 755 $(OBJDIR)/yadex $(DESTDIR)$(BINDIR)/yadex ++ rm -f $(DESTDIR)$(MANDIR)/man6/yadex.6* ++ $(OBJDIR)/install -m 644 doc/yadex.6 $(DESTDIR)$(MANDIR)/man6/yadex.6 ++ $(OBJDIR)/install -m 644 -d $(DESTDIR)$(SHAREDIR) $(YGD) ++ $(OBJDIR)/install -m 644 -d $(DESTDIR)$(ETCDIR) yadex.cfg ++ifndef DESTDIR + @echo "---------------------------------------------------------------" + @echo " Yadex is now installed." + @echo +@@ -413,6 +412,7 @@ install: $(OBJDIR)/install + @echo + @echo " Happy editing !" @echo "---------------------------------------------------------------" ++endif + + .PHONY: clean + clean: diff --git a/games/yadex/files/pkg-message.in b/games/yadex/files/pkg-message.in new file mode 100644 index 000000000000..dc2cae997d63 --- /dev/null +++ b/games/yadex/files/pkg-message.in @@ -0,0 +1,8 @@ + Yadex is now installed. + + Before you run it, enter the paths to your IWADs in + %%ETCDIR%%/yadex.cfg or ~/.yadex/yadex.cfg. + When you're done, type "yadex" (without quotes) to start. + If you're confused, take a look at %%DOCSDIR%%/index.html. + + Happy editing! diff --git a/games/yadex/pkg-plist b/games/yadex/pkg-plist index 76947567dd57..1a5b8b4483c8 100644 --- a/games/yadex/pkg-plist +++ b/games/yadex/pkg-plist @@ -1,5 +1,6 @@ bin/yadex etc/yadex.cfg +man/man6/yadex.6.gz %%DATADIR%%/doom.ygd %%DATADIR%%/doom02.ygd %%DATADIR%%/doom04.ygd |