diff options
author | Will Andrews <will@FreeBSD.org> | 2002-04-19 02:30:02 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-04-19 02:30:02 +0000 |
commit | e05ed36727813c752300995435b0dc1aee51ecc3 (patch) | |
tree | d926f0f9b039ccf866d06988fbb956f5373cb5b9 /games/xlines | |
parent | a9115fa27e6e7ffe5911b46d8498cdc5eff851fc (diff) | |
download | ports-e05ed36727813c752300995435b0dc1aee51ecc3.tar.gz ports-e05ed36727813c752300995435b0dc1aee51ecc3.zip |
Notes
Diffstat (limited to 'games/xlines')
-rw-r--r-- | games/xlines/Makefile | 36 | ||||
-rw-r--r-- | games/xlines/distinfo | 1 | ||||
-rw-r--r-- | games/xlines/files/patch-aa | 31 | ||||
-rw-r--r-- | games/xlines/files/patch-ab | 11 | ||||
-rw-r--r-- | games/xlines/pkg-comment | 1 | ||||
-rw-r--r-- | games/xlines/pkg-descr | 12 | ||||
-rw-r--r-- | games/xlines/pkg-plist | 6 |
7 files changed, 0 insertions, 98 deletions
diff --git a/games/xlines/Makefile b/games/xlines/Makefile deleted file mode 100644 index 8b7f0b387839..000000000000 --- a/games/xlines/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: xlines -# Date created: 11 February 1998 -# Whom: Andrey Zakhvatov -# -# $FreeBSD$ -# - -PORTNAME= xlines -PORTVERSION= 1.1 -CATEGORIES= games -MASTER_SITES= ftp://ftp.trolltech.com/contrib/ -DISTNAME= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org - -USE_QT_VER= 1 -USE_X_PREFIX= yes -NO_WRKSUBDIR= yes - -pre-patch: - @find ${WRKSRC} -type f | xargs ${PERL} -pi -e "s|\r\n|\n|g" - -post-patch: - @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/*.cpp - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xlines ${PREFIX}/bin - @${MKDIR} ${PREFIX}/share/xlines - ${INSTALL_DATA} ${WRKSRC}/trolltech.gif ${PREFIX}/share/xlines -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/readme.lines ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/readme.qt ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/games/xlines/distinfo b/games/xlines/distinfo deleted file mode 100644 index e49bed33b515..000000000000 --- a/games/xlines/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (xlines.tar.gz) = 9e456bb7419b8cda6bc44ac9940913e4 diff --git a/games/xlines/files/patch-aa b/games/xlines/files/patch-aa deleted file mode 100644 index 7f4c05076817..000000000000 --- a/games/xlines/files/patch-aa +++ /dev/null @@ -1,31 +0,0 @@ ---- Makefile.orig Mon Apr 27 16:47:35 1998 -+++ Makefile Sun Jul 16 19:47:51 2000 -@@ -1,8 +1,8 @@ --INCDIR=/usr/local/qt/include --CFLAGS=-O2 -I/usr/X11/include -DSHOW_NEXT_COLORS --LFLAGS=-L/usr/local/qt/lib -lqt -L/usr/X11/lib -lX11 --CC=gcc --MOC=/usr/local/qt/bin/moc -+INCDIR=${X11BASE}/include/X11/qt -+CXXFLAGS+=-I${X11BASE}/include -DSHOW_NEXT_COLORS -+LFLAGS=-L${X11BASE}/lib -lqt -lX11 -+CC?=gcc -+MOC=${X11BASE}/bin/moc - - SRC=lines.cpp lines.moc - OBJECTS=lines.o -@@ -14,12 +14,12 @@ - .SUFFIXES: .cpp - - .cpp.o: -- $(CC) -c $(CFLAGS) -I$(INCDIR) $< -+ $(CXX) -c $(CXXFLAGS) -I$(INCDIR) $< - - all: $(TARGET) - - $(TARGET): $(MOCFILES) $(OBJECTS) lines.h -- $(CC) $(OBJECTS) -o $(TARGET) $(LFLAGS) -I$(INCDIR) -+ $(CXX) $(OBJECTS) -o $(TARGET) $(LFLAGS) -I$(INCDIR) - - lines.moc: lines.h - $(MOC) lines.h -o lines.moc diff --git a/games/xlines/files/patch-ab b/games/xlines/files/patch-ab deleted file mode 100644 index 2e74e16c0ffa..000000000000 --- a/games/xlines/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- lines.cpp.orig Sat Jan 17 18:11:13 1998 -+++ lines.cpp Fri Feb 13 23:57:07 1998 -@@ -502,7 +502,7 @@ - score->setGeometry(300,120,85,45); - curScore=0; - score->display(0); -- movie=new QMovie("trolltech.gif"); -+ movie=new QMovie("%%PREFIX%%/share/xlines/trolltech.gif"); - label=new QLabel(this,"label"); - label->setFrameStyle(QFrame::Box|QFrame::Plain); - label->setMovie(*movie); diff --git a/games/xlines/pkg-comment b/games/xlines/pkg-comment deleted file mode 100644 index 54d571174bf5..000000000000 --- a/games/xlines/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Remove as many balls from board as you can diff --git a/games/xlines/pkg-descr b/games/xlines/pkg-descr deleted file mode 100644 index c14a195cac7d..000000000000 --- a/games/xlines/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ - XLines is an old game of balls where your goal is to remove -as many balls from the game field as you can. - - I cannot claim the copyright on the idea of this game so -all requests should go somewhere else. - - If you need more information or have any questions you can -contact me at: - - e-mail: genie@ucsd.com or genie@risq.belcaf.minsk.by - - ICQ UIN: 4096585 diff --git a/games/xlines/pkg-plist b/games/xlines/pkg-plist deleted file mode 100644 index 1337b5c7d716..000000000000 --- a/games/xlines/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/xlines -%%PORTDOCS%%share/doc/xlines/readme.qt -%%PORTDOCS%%share/doc/xlines/readme.lines -share/xlines/trolltech.gif -%%PORTDOCS%%@dirrm share/doc/xlines -@dirrm share/xlines |