mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Update to version 2.1a
- Add WWW: line into pkg/PLIST PR: 16277 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
This commit is contained in:
parent
289b6f579d
commit
3f9dfff961
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25017
@ -1,14 +1,14 @@
|
||||
# New ports collection makefile for: xbomb
|
||||
# Version required: 2.1
|
||||
# Version required: 2.1a
|
||||
# Date created: 20 Feb 1998
|
||||
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= xbomb-2.1
|
||||
DISTNAME= xbomb-2.1a
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ftp://ftp.demon.co.uk/pub/unix/xwindows/games/
|
||||
MASTER_SITES= http://www.gedanken.demon.co.uk/download-xbomb/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
@ -18,9 +18,9 @@ MAN6= xbomb.6
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${PREFIX}/lib/X11/xbomb
|
||||
@touch ${PREFIX}/lib/X11/xbomb/xbomb3.hi
|
||||
@touch ${PREFIX}/lib/X11/xbomb/xbomb4.hi
|
||||
@touch ${PREFIX}/lib/X11/xbomb/xbomb6.hi
|
||||
@${TOUCH} ${PREFIX}/lib/X11/xbomb/xbomb3.hi
|
||||
@${TOUCH} ${PREFIX}/lib/X11/xbomb/xbomb4.hi
|
||||
@${TOUCH} ${PREFIX}/lib/X11/xbomb/xbomb6.hi
|
||||
@${CHMOD} 666 ${PREFIX}/lib/X11/xbomb/xbomb?.hi
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (xbomb-2.1.tgz) = 4c3284096bcfb00eee0fb3b096378b56
|
||||
MD5 (xbomb-2.1a.tgz) = a7bb9f99d922f6f1b6aa0b4b903c19e7
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- Makefile.orig Sat Jan 20 15:02:46 1996
|
||||
+++ Makefile Sun Sep 27 03:06:34 1998
|
||||
--- Makefile.orig Sun Jan 21 06:02:46 1996
|
||||
+++ Makefile Tue Jan 18 00:00:00 2000
|
||||
@@ -12,33 +12,30 @@
|
||||
# for conditions under which this file may be redistributed.
|
||||
#
|
||||
@ -42,15 +42,21 @@
|
||||
xbomb.o : xbomb.c xbomb.h
|
||||
xwindow.o : xwindow.c xbomb.h icon.h
|
||||
hiscore.o : hiscore.c xbomb.h
|
||||
@@ -54,7 +51,7 @@
|
||||
strip xbomb
|
||||
install -d $(INSTDIR)/bin
|
||||
install -d $(INSTDIR)/man/man6
|
||||
@@ -51,10 +48,10 @@
|
||||
########
|
||||
|
||||
install :
|
||||
- strip xbomb
|
||||
- install -d $(INSTDIR)/bin
|
||||
- install -d $(INSTDIR)/man/man6
|
||||
- install -d $(INSTDIR)/lib/app-defaults
|
||||
- install -m 755 xbomb $(INSTDIR)/bin
|
||||
- install -m 644 xbomb.6 $(INSTDIR)/man/man6
|
||||
- install -m 644 xbomb.ad $(INSTDIR)/lib/app-defaults/XBomb
|
||||
+ install -d $(INSTDIR)/lib/X11/app-defaults
|
||||
+# strip xbomb
|
||||
+# install -d $(INSTDIR)/bin
|
||||
+# install -d $(INSTDIR)/man/man6
|
||||
+# install -d $(INSTDIR)/lib/app-defaults
|
||||
+ ${BSD_INSTALL_PROGRAM} xbomb $(INSTDIR)/bin
|
||||
+ ${BSD_INSTALL_MAN} xbomb.6 $(INSTDIR)/man/man6
|
||||
+ ${BSD_INSTALL_SCRIPT} xbomb.ad $(INSTDIR)/lib/X11/app-defaults/XBomb
|
||||
+ ${BSD_INSTALL_DATA} xbomb.ad $(INSTDIR)/lib/X11/app-defaults/XBomb
|
||||
|
@ -20,3 +20,5 @@ the others available (that I have seen).
|
||||
Highscore table
|
||||
10 entries for the fastest times for each of the 3 levels of
|
||||
each of the 3 grid shapes.
|
||||
|
||||
WWW: http://www.gedanken.demon.co.uk/xbomb/
|
||||
|
Loading…
Reference in New Issue
Block a user