summaryrefslogtreecommitdiff
path: root/games/speyes/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/speyes/Makefile')
-rw-r--r--games/speyes/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/games/speyes/Makefile b/games/speyes/Makefile
index 5f54de127cf1..50a61ce3d6a4 100644
--- a/games/speyes/Makefile
+++ b/games/speyes/Makefile
@@ -1,26 +1,23 @@
# New ports collection makefile for: speyes
-# Version required: 1.0.0
+# Version required: 1.2.0
# Date created: 03 November 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
-DISTNAME= speyes-1.0.0
+DISTNAME= speyes-1.2.0
CATEGORIES= games
MASTER_SITES= http://www.halcyon.com/amalmin/speyes/
MAINTAINER= jedgar@fxp.org
-LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
- gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
NO_INSTALL_MANPAGES= yes
USE_IMAKE= yes
pre-configure:
- @${MV} ${WRKSRC}/Imakefile ${WRKSRC}/Imakefile.orig
- @${SED} -e 's|LOCALBASE|${LOCALBASE}|' \
- < ${WRKSRC}/Imakefile.orig > ${WRKSRC}/Imakefile
+ @${PERL} -pi.orig -e 's:__CFLAGS__:${CFLAGS}:g' ${WRKSRC}/Imakefile
.include <bsd.port.mk>