Index: head/devel/flatzebra/Makefile =================================================================== --- head/devel/flatzebra/Makefile (revision 460383) +++ head/devel/flatzebra/Makefile (revision 460384) @@ -1,30 +1,30 @@ # Created by: Edwin Groothuis # $FreeBSD$ PORTNAME= flatzebra PORTVERSION= 0.1.6 PORTREVISION= 5 CATEGORIES= devel games -MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/ +MASTER_SITES= http://perso.b2b2c.ca/~sarrazip/dev/ MAINTAINER= ports@FreeBSD.org COMMENT= Generic game engine for 2D double-buffering animation LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= pathfix pkgconfig libtool USE_CXXSTD= gnu++98 GNU_CONFIGURE= yes USE_SDL= sdl mixer image USE_LDCONFIG= yes INSTALL_TARGET= install-strip PORTDOCS= AUTHORS NEWS README OPTIONS_DEFINE= DOCS post-patch-DOCS-off: @${REINPLACE_CMD} 's|^install-data-am: .*|install-data-am: install-pkgconfigDATA|' ${WRKSRC}/Makefile.in .include Index: head/games/afternoonstalker/Makefile =================================================================== --- head/games/afternoonstalker/Makefile (revision 460383) +++ head/games/afternoonstalker/Makefile (revision 460384) @@ -1,32 +1,32 @@ # Created by: Mark Pulford # $FreeBSD$ PORTNAME= afternoonstalker PORTVERSION= 1.1.5 PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/ \ +MASTER_SITES= http://perso.b2b2c.ca/~sarrazip/dev/ \ LOCAL/martymac MAINTAINER= martymac@FreeBSD.org COMMENT= Clone of the 1981 Night Stalker video game LICENSE= GPLv2 LIB_DEPENDS= libflatzebra-0.1.so:devel/flatzebra USES= pkgconfig USE_SDL= mixer sdl GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= AUTHORS COPYING INSTALL NEWS README THANKS TODO post-patch: @${REINPLACE_CMD} -e 's|^pkgsounddir =.*|pkgsounddir = ${DATADIR}/sounds|' \ ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e 's|docdir = .*|docdir = ${DOCSDIR}|' \ ${WRKSRC}/Makefile.in .include Index: head/games/burgerspace/Makefile =================================================================== --- head/games/burgerspace/Makefile (revision 460383) +++ head/games/burgerspace/Makefile (revision 460384) @@ -1,32 +1,32 @@ # Created by: Mark Pulford # $FreeBSD$ PORTNAME= burgerspace PORTVERSION= 1.9.2 PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/ \ +MASTER_SITES= http://perso.b2b2c.ca/~sarrazip/dev/ \ LOCAL/martymac MAINTAINER= martymac@FreeBSD.org COMMENT= BurgerTime clone LICENSE= GPLv2 LIB_DEPENDS= libflatzebra-0.1.so:devel/flatzebra USES= pkgconfig USE_SDL= mixer sdl GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= AUTHORS COPYING INSTALL NEWS README THANKS TODO post-patch: @${REINPLACE_CMD} -e 's|^pkgsounddir =.*|pkgsounddir = ${DATADIR}/sounds|' \ ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e 's|docdir = .*|docdir = ${DOCSDIR}|' \ ${WRKSRC}/Makefile.in .include Index: head/games/cosmosmash/Makefile =================================================================== --- head/games/cosmosmash/Makefile (revision 460383) +++ head/games/cosmosmash/Makefile (revision 460384) @@ -1,36 +1,36 @@ # Created by: Ganael Laplanche # $FreeBSD$ PORTNAME= cosmosmash DISTVERSION= 1.4.7 PORTREVISION= 4 CATEGORIES= games -MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/ \ +MASTER_SITES= http://perso.b2b2c.ca/~sarrazip/dev/ \ LOCAL/martymac MAINTAINER= martymac@FreeBSD.org COMMENT= Clone of the Intellivision(TM) game Astrosmash(TM) LICENSE= GPLv2 LIB_DEPENDS= libflatzebra-0.1.so:devel/flatzebra \ libaa.so:graphics/aalib \ libmikmod.so:audio/libmikmod \ libaudiofile.so:audio/libaudiofile USES= iconv pkgconfig desktop-file-utils USE_SDL= sdl image mixer USE_XORG= x11 xau xdmcp GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include `${SDL_CONFIG} --cflags` LDFLAGS+= -lpthread -L${LOCALBASE}/lib `${SDL_CONFIG} --libs` OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} 's|^pkgsounddir = .*|pkgsounddir = ${DATADIR}/sounds|' \ ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} 's|^docdir = .*|docdir = ${DOCSDIR}|' \ ${WRKSRC}/Makefile.in .include Index: head/textproc/sagasu/Makefile =================================================================== --- head/textproc/sagasu/Makefile (revision 460383) +++ head/textproc/sagasu/Makefile (revision 460384) @@ -1,35 +1,35 @@ # Created by: Juan Salaverria # $FreeBSD$ PORTNAME= sagasu PORTVERSION= 2.0.12 PORTREVISION= 1 CATEGORIES= textproc gnome -MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/ +MASTER_SITES= http://perso.b2b2c.ca/~sarrazip/dev/ MAINTAINER= ports@FreeBSD.org COMMENT= GNOME tool to find strings in a set of files LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= pathfix pkgconfig gettext gmake USE_GNOME= libgnomeui GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e \ 's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e \ 's|-D.*_DISABLE_DEPRECATED||g' ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' ${WRKSRC}/src/util.h post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in AUTHORS NEWS README THANKS TODO ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .include