Index: head/games/xdesktopwaves/Makefile =================================================================== --- head/games/xdesktopwaves/Makefile (revision 507321) +++ head/games/xdesktopwaves/Makefile (revision 507322) @@ -1,18 +1,21 @@ # Created by: ericyu@mail2000.com.tw # $FreeBSD$ PORTNAME= xdesktopwaves -PORTVERSION= 1.3 -PORTREVISION= 2 +PORTVERSION= 1.4 CATEGORIES= games MASTER_SITES= SF +MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Simulation of water waves on the desktop + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING USE_XORG= x11 xext PLIST_FILES= bin/xdesktopwaves \ man/man1/xdesktopwaves.1.gz .include Index: head/games/xdesktopwaves/distinfo =================================================================== --- head/games/xdesktopwaves/distinfo (revision 507321) +++ head/games/xdesktopwaves/distinfo (revision 507322) @@ -1,2 +1,3 @@ -SHA256 (xdesktopwaves-1.3.tar.gz) = 185a1fe56095610e95580713eec491ad1d93f4c89015ae612f214e1ccee51779 -SIZE (xdesktopwaves-1.3.tar.gz) = 49302 +TIMESTAMP = 1563982054 +SHA256 (xdesktopwaves-1.4.tar.gz) = 17ec7c6a865e8f5f8b370161b7379caeb4f7dc1b51ade220a31364c03d720ea3 +SIZE (xdesktopwaves-1.4.tar.gz) = 50259 Index: head/games/xdesktopwaves/files/patch-makefile =================================================================== --- head/games/xdesktopwaves/files/patch-makefile (revision 507321) +++ head/games/xdesktopwaves/files/patch-makefile (nonexistent) @@ -1,39 +0,0 @@ ---- ./Makefile.orig 2004-12-18 03:47:40.000000000 -0200 -+++ ./Makefile 2013-11-13 00:35:29.000000000 -0200 -@@ -11,19 +11,19 @@ - - #=========================== C compiler configuration ========================== - --CC = gcc --CFLAGS = -I/usr/X11R6/include -O2 -+#CC = gcc -+CFLAGS += -I$(LOCALBASE)/include - - #============================= Linker configuration ============================ - --LINK = gcc --LFLAGS = -L/usr/X11R6/lib -+LINK = $(CC) -+LFLAGS = -L$(LOCALBASE)/lib - LIBS = -lm -lX11 -lXext - - #============================ Installer configuration ========================== - --BINDIR = /usr/X11R6/bin --MAN1DIR = /usr/X11R6/man/man1 -+BINDIR = $(LOCALBASE)/bin -+MAN1DIR = $(LOCALBASE)/man/man1 - INSTALL = install - RM = rm -f -v - -@@ -41,8 +41,8 @@ - $(RM) xdesktopwaves.o - - install: xdesktopwaves xdesktopwaves.1 -- $(INSTALL) -c -m 0755 -s xdesktopwaves $(BINDIR)/xdesktopwaves -- $(INSTALL) -c -m 0444 xdesktopwaves.1 $(MAN1DIR)/xdesktopwaves.1 -+ $(INSTALL) -c -m 0755 -s xdesktopwaves ${DESTDIR}$(BINDIR)/xdesktopwaves -+ $(INSTALL) -c -m 0444 xdesktopwaves.1 ${DESTDIR}$(MAN1DIR)/xdesktopwaves.1 - - uninstall: - $(RM) $(BINDIR)/xdesktopwaves Property changes on: head/games/xdesktopwaves/files/patch-makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/xdesktopwaves/files/patch-Makefile =================================================================== --- head/games/xdesktopwaves/files/patch-Makefile (nonexistent) +++ head/games/xdesktopwaves/files/patch-Makefile (revision 507322) @@ -0,0 +1,39 @@ +--- Makefile.orig 2019-07-14 14:57:50 UTC ++++ Makefile +@@ -11,19 +11,19 @@ XDW_MAX_OPTIMIZATION=2 + + #=========================== C compiler configuration ========================== + +-CC = gcc +-CFLAGS = -I/usr/X11R6/include -O2 ++#CC = gcc ++CFLAGS = -I$(LOCALBASE)/include + + #============================= Linker configuration ============================ + +-LINK = gcc +-LFLAGS = -L/usr/X11R6/lib64 -L/usr/X11R6/lib ++LINK = $(CC) ++LFLAGS = -L$(LOCALBASE)/lib + LIBS = -lm -lX11 -lXext + + #============================ Installer configuration ========================== + +-BINDIR = /usr/X11R6/bin +-MAN1DIR = /usr/X11R6/man/man1 ++BINDIR = $(LOCALBASE)/bin ++MAN1DIR = $(LOCALBASE)/man/man1 + INSTALL = install + RM = rm -f -v + +@@ -41,8 +41,8 @@ clean: + $(RM) xdesktopwaves.o + + install: xdesktopwaves xdesktopwaves.1 +- $(INSTALL) -c -m 0755 -s xdesktopwaves $(BINDIR)/xdesktopwaves +- $(INSTALL) -c -m 0444 xdesktopwaves.1 $(MAN1DIR)/xdesktopwaves.1 ++ $(INSTALL) -c -m 0755 -s xdesktopwaves ${DESTDIR}$(BINDIR)/xdesktopwaves ++ $(INSTALL) -c -m 0444 xdesktopwaves.1 ${DESTDIR}$(MAN1DIR)/xdesktopwaves.1 + + uninstall: + $(RM) $(BINDIR)/xdesktopwaves Property changes on: head/games/xdesktopwaves/files/patch-Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property