Index: head/games/critterding/Makefile =================================================================== --- head/games/critterding/Makefile (revision 426589) +++ head/games/critterding/Makefile (revision 426590) @@ -1,40 +1,40 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= critterding DISTVERSION= beta12 PORTREVISION= 10 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/sources MAINTAINER= amdmi3@FreeBSD.org COMMENT= Evolving Artificial Life LIB_DEPENDS= libfreetype.so:print/freetype2 -USES= autoreconf libtool pkgconfig tar:bzip2 +USES= autoreconf libtool ncurses pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_SDL= sdl USE_GL= gl CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-system-ftgl USE_GCC= yes PLIST_FILES= bin/${PORTNAME} PORTDATA= * PORTDOCS= README AUTHORS Changelog OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|../share/critterding|${DATADIR}|' \ ${WRKSRC}/src/gui/textprinter.cpp ${WRKSRC}/src/gl/glwindow.cpp post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/games/nlarn/Makefile =================================================================== --- head/games/nlarn/Makefile (revision 426589) +++ head/games/nlarn/Makefile (revision 426590) @@ -1,27 +1,27 @@ # Created by: Martin Tournoij # $FreeBSD$ PORTNAME= nlarn PORTVERSION= 0.7.2 PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF MAINTAINER= tz@FreeBSD.org COMMENT= Roguelike game and as such a remake of the classic game Larn LICENSE= GPLv3 -USES= gmake lua:51 pkgconfig +USES= gmake lua:51 ncurses pkgconfig USE_GNOME= glib20 post-configure: @${REINPLACE_CMD} 's|/usr/share/nlarn|${DATADIR}|' \ ${WRKSRC}/src/game.c do-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_PROGRAM} ${WRKSRC}/nlarn ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/README.txt ${WRKSRC}/nlarn.ini-sample ${WRKSRC}/lib/* ${STAGEDIR}${DATADIR}/ .include Index: head/misc/crosspad/Makefile =================================================================== --- head/misc/crosspad/Makefile (revision 426589) +++ head/misc/crosspad/Makefile (revision 426590) @@ -1,32 +1,32 @@ # Created by: itojun@itojun.org # $FreeBSD$ PORTNAME= crosspad PORTVERSION= 19991202 PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= ftp://ftp.itojun.org/pub/misc/ MAINTAINER= ports@FreeBSD.org COMMENT= Crosspad data downloader/converter -USES= perl5 +USES= ncurses perl5 USE_PERL5= run GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_path_perl=${PERL} WRKSRC= ${WRKDIR}/crosspad/build PORTDOCS= PROTOCOL README.english README.japanese OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -E -e 's,(bin|man)dir),DESTDIR)$$(&,g' \ -e 's,-(g|o) (bin|uucp),,g' \ ${WRKSRC}/Makefile.in post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/../|} ${STAGEDIR}${DOCSDIR} .include