summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-01-20 16:48:17 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-01-20 16:48:17 +0000
commitfd318c74bf5883ec1b7c20a878d124a1af11d922 (patch)
tree49780b30d765b4f928117203086fef14987b2e78 /games
parentUpdate to 0.13 (diff)
- Fix MASTER_SITES
- Add WWW PR: ports/92007 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=154001
Diffstat (limited to 'games')
-rw-r--r--games/affenspiel/Makefile21
-rw-r--r--games/affenspiel/distinfo6
-rw-r--r--games/affenspiel/pkg-descr2
3 files changed, 14 insertions, 15 deletions
diff --git a/games/affenspiel/Makefile b/games/affenspiel/Makefile
index dfc9bd6c06ce..b6d0d95c05ce 100644
--- a/games/affenspiel/Makefile
+++ b/games/affenspiel/Makefile
@@ -8,30 +8,27 @@
PORTNAME= affenspiel
PORTVERSION= 1.0
CATEGORIES= games
-MASTER_SITES= ${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR= games/strategy
-EXTRACT_SUFX= .tgz
+MASTER_SITES= http://www.artsoft.org/RELEASES/unix/affenspiel/
MAINTAINER= ports@FreeBSD.org
COMMENT= Little puzzle game with monkey for X Window System
-WRKSRC= ${WRKDIR}/affenspiel
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
USE_X_PREFIX= yes
-CFLAGS+= -I${X11BASE}/include
-MAKE_ARGS= CC="${CC}" LIBS="-L${X11BASE}/lib -lX11" DEBUG="${CFLAGS}" \
+MAKE_ARGS= CC="${CC}" LIBS="-L${X11BASE}/lib -lX11" \
+ DEBUG="${CFLAGS} -I${X11BASE}/include" \
FILE_CONFIG=-DSAVED_GAME_NAME='\"affenspiel.saved\"'
-PLIST_FILES= bin/affenspiel
-.if !defined(NOPORTDOCS)
PORTDOCS= COPYRIGHT README
-.endif
+PLIST_FILES= bin/affenspiel
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/affenspiel ${PREFIX}/bin
.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/affenspiel
- ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${PREFIX}/share/doc/affenspiel
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/affenspiel
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>
diff --git a/games/affenspiel/distinfo b/games/affenspiel/distinfo
index deea6f4fbe3b..ac027247c8c0 100644
--- a/games/affenspiel/distinfo
+++ b/games/affenspiel/distinfo
@@ -1,3 +1,3 @@
-MD5 (affenspiel-1.0.tgz) = 7555aa524be2a05ab313faaa704cd10b
-SHA256 (affenspiel-1.0.tgz) = 17f24680e62c013406823d07564201cc15c1e2b50ea5a27a7cd2753e5dad1929
-SIZE (affenspiel-1.0.tgz) = 11900
+MD5 (affenspiel-1.0.tar.gz) = 7555aa524be2a05ab313faaa704cd10b
+SHA256 (affenspiel-1.0.tar.gz) = 17f24680e62c013406823d07564201cc15c1e2b50ea5a27a7cd2753e5dad1929
+SIZE (affenspiel-1.0.tar.gz) = 11900
diff --git a/games/affenspiel/pkg-descr b/games/affenspiel/pkg-descr
index b2ee0dbfa102..6eccfc954327 100644
--- a/games/affenspiel/pkg-descr
+++ b/games/affenspiel/pkg-descr
@@ -1,3 +1,5 @@
Shift the puzzle pieces around so that the monkey becomes complete,
that means, move the big piece through the other pieces to the
bottom of the playfield, so that the monkey picture gets complete.
+
+WWW: http://www.artsoft.org/affenspiel/