http://www.dettus.net/dMagentic returns 404 error, fix this link.

> PKGNAME =             dMagneticx-${V}

Maybe it's better to avoid upper-vase letters in PKGNAME?

> REVISION =            0

Remove this line.

> MAINTAINER =          Joe User <juser@127.0.0.1>

Don't be a jerk. Remove this line or write yourself there as a maintainer.

> MAKE_FLAGS =          CC="${CC}" CFLAGS="${CFLAGS}"

Do you need help writing a proper Makefile?

> #### HELPME: Where would I put those files??
> #     ${INSTALL_DATA} ${WRKSRC}/dMagnetic.ini ${PREFIX}/share/games/dMagnetic
> #     ${INSTALL_DATA} ${WRKSRC}/LICENSE.txt ${PREFIX}/share/games/dMagnetic
> #     ${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/games/dMagnetic

${INSTALL_DATA_DIR} ${PREFIX}/share/dMagnetic
${INSTALL_DATA} ${WRKSRC}/dMagnetic.ini ${PREFIX}/share/dMagnetic
${INSTALL_DATA} ${WRKSRC}/LICENSE.txt ${PREFIX}/share/dMagnetic
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/dMagnetic
${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/examples/dMagnetic

I am not sure somebody would like to waste disk space to install license
text.

If you need help fixing your Makefile, I need read access to the
snapshot of dMagnetic, not to latest release. Start using version
control system, I don't care which one it will be as long as I can
check out the snapshot and send a diff.

And know this: the only proper maintainer of this port is you no matter
how skilled you are. Don't expect somebody else to take this burden.

Reply via email to