diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 19:39:50 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 19:39:50 +0000 |
commit | d9616e5a763d1ab83ebac479e3b2222db5c3f87f (patch) | |
tree | a08c8f6002f7c1660aaa80e0f9cf61cd9d71151c /games/xroach/files/patch-Makefile | |
parent | - Update to 1.9, announce message: (diff) |
Rename all 10,000 games/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363239
Diffstat (limited to 'games/xroach/files/patch-Makefile')
-rw-r--r-- | games/xroach/files/patch-Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/games/xroach/files/patch-Makefile b/games/xroach/files/patch-Makefile new file mode 100644 index 000000000000..a5c1aea51fff --- /dev/null +++ b/games/xroach/files/patch-Makefile @@ -0,0 +1,24 @@ +--- Makefile.orig Tue Jun 8 19:12:04 1993 ++++ Makefile Sun Sep 8 03:45:39 2002 +@@ -1,9 +1,16 @@ +-# @(#)Makefile 8.1 (Berkeley) 6/8/93 ++# @(#)Makefile 8.1 (Berkeley) 5/31/93 + + PROG= xroach +-MAN6= xroach.0 +-CFLAGS+= -I${.CURDIR}/bitmaps +-DPADD= ${LIBX} ${LIBM} +-LDADD= -lX11/X11 -lm ++MAN6= xroach.6 ++ ++DPADD+= ${LOCALBASE}/lib/libX11.a ${LIBM} ++CFLAGS+= -I${LOCALBASE}/include -I${.CURDIR}/bitmaps ++LDADD+= -L${LOCALBASE}/lib -lX11 -lm ++ ++MANDIR= ${LOCALBASE}/man/man ++ ++BINOWN= bin ++BINDIR= ${LOCALBASE}/bin ++BINMODE= 755 + + .include <bsd.prog.mk> |