Summary: | New port: games/vor Dodge the rocks until you die | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Dmitry Marakasov <amdmi3> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Dmitry Marakasov
2005-09-07 02:40:09 UTC
Sorry, that was my first port, so here's patch to Makefile with some changes I forgot to include when submitting PR. --- Makefile.patch begins here --- --- Makefile Thu Sep 8 01:59:15 2005 +++ Makefile Wed Sep 7 22:18:18 2005 @@ -10,7 +10,7 @@ CATEGORIES= games MASTER_SITES= http://qualdan.com/vor/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= amdmi3@mail.ru COMMENT= Dodge the rocks until you die BUILD_DEPENDS= ${LOCALBASE}/include/argp.h:${PORTSDIR}/devel/argp-standalone @@ -24,9 +24,9 @@ .for file in main.c shape.h sound.h @${REINPLACE_CMD} -e 's|SDL/|SDL11/|' ${WRKSRC}/${file} .endfor - ${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|g' ${WRKSRC}/Makefile - ${REINPLACE_CMD} -e 's|^\(my_objects.*\)$$|\1 ${LOCALBASE}/lib/libargp.a|' ${WRKSRC}/Makefile - ${REINPLACE_CMD} -e 's|/usr/share/vor|${PREFIX}/share/vor|g' ${WRKSRC}/config.h + @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|g' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's|^\(my_objects.*\)$$|\1 ${LOCALBASE}/lib/libargp.a|' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's|/usr/share/vor|${PREFIX}/share/vor|g' ${WRKSRC}/config.h do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vor ${PREFIX}/bin --- Makefile.patch ends here --- -- Best regards, Dmitry mailto:amdmi3@mail.ru State Changed From-To: open->closed New port added, thank you! |