aboutsummaryrefslogtreecommitdiff
path: root/games/xteddy/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-11-14 12:36:41 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-11-14 12:36:41 +0000
commit80217826fe352250dd6a95a67647b1f14f59a3ac (patch)
tree84ff4641f2409938538c8c8f16cc1cc7864b00d1 /games/xteddy/Makefile
parentf0765c74aca39983879b4951ffce5382e1b5e92a (diff)
downloadports-80217826fe352250dd6a95a67647b1f14f59a3ac.tar.gz
ports-80217826fe352250dd6a95a67647b1f14f59a3ac.zip
Notes
Diffstat (limited to 'games/xteddy/Makefile')
-rw-r--r--games/xteddy/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/games/xteddy/Makefile b/games/xteddy/Makefile
index 1ae4640c701e..4e4b3452943f 100644
--- a/games/xteddy/Makefile
+++ b/games/xteddy/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xteddy
-PORTVERSION= 1.1
+PORTVERSION= 2.0.1
CATEGORIES= games
MASTER_SITES= http://www.itn.liu.se/~stegu/xteddy/
@@ -20,15 +20,13 @@ USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
LDFLAGS="-L${X11BASE}/lib"
+USE_GNOME= imlib
MAN1= xteddy.1
post-patch:
-.for file in configure Makefile.in xteddy.1
- @${REINPLACE_CMD} -e 's|include/X11|share/xteddy|g' ${WRKSRC}/${file}
+.for f in xteddy.c Makefile.in xteddy_test
+ @${REINPLACE_CMD} -e 's,%%DATADIR%%,${DATADIR},g' ${WRKSRC}/${f}
.endfor
-pre-install:
- @${MKDIR} ${DATADIR}/pixmaps
-
.include <bsd.port.mk>