Index: head/games/oldrunner/Makefile =================================================================== --- head/games/oldrunner/Makefile (revision 407653) +++ head/games/oldrunner/Makefile (revision 407654) @@ -1,33 +1,33 @@ # Created by: Frederic Culot # $FreeBSD$ PORTNAME= oldrunner PORTVERSION= 20120131 CATEGORIES= games MASTER_SITES= LOCAL/culot MAINTAINER= culot@FreeBSD.org COMMENT= Textmode remake of Broderbund's LodeRunner LICENSE= BSD2CLAUSE -USES= gmake +USES= ncurses gmake HAS_CONFIGURE= yes MAKEFILE= GNUmakefile WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/oldrunner ${DATADIR_REL}/original.lvl man/man6/oldrunner.6.gz PLIST_DIRS= ${DATADIR_REL} post-patch: ${REINPLACE_CMD} -e '/LEVELS_PATH/s,/usr/local/share/oldrunner,${DATADIR},g' \ ${WRKSRC}/cfg.h do-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_PROGRAM} ${WRKSRC}/oldrunner ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/levels/original.lvl ${STAGEDIR}${DATADIR} ${INSTALL_MAN} ${WRKSRC}/oldrunner.6 ${STAGEDIR}${MANPREFIX}/man/man6 .include Index: head/games/oldrunner/files/patch-configure =================================================================== --- head/games/oldrunner/files/patch-configure (nonexistent) +++ head/games/oldrunner/files/patch-configure (revision 407654) @@ -0,0 +1,20 @@ +--- configure.orig 2010-07-17 17:30:32 UTC ++++ configure +@@ -43,7 +43,7 @@ EOF + + case $OLDRUNNER_PLATFORM in + # ------------------------------------------------------------------------------ +- OpenBSD|FreeBSD) ++ OpenBSD|FreeBSD|DragonFly) + cat <>$CONFIG_H + #define HAVE_CURSES_H + #define HAVE_BZERO +@@ -52,7 +52,7 @@ case $OLDRUNNER_PLATFORM in + #define HAVE_STRTONUM + EOF + cat <>$CONFIG_MK +-LIBS+= -lcurses ++LIBS+= -lncurses + EOF + ;; + # ------------------------------------------------------------------------------ Property changes on: head/games/oldrunner/files/patch-configure ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property