Writing port makefile

Gary J. Hayers gary at hayers.org
Wed Feb 13 17:49:24 UTC 2013


On 13/02/2013 15:40, Gary J. Hayers wrote:
> Thanks Lars, I am going through it slowly, it's not like the first port
> I ported which was fairly easy in comparison.

Ok sor got that going now but after I run make I get:
"Makefile", line 19: Need an operator
make: fatal errors encountered -- cannot continue

Anyone got any thoughts? Below is my Makefile or partial anyway

LICENSE=        GPLv2
LICENSE_FILE=   ${WRKSRC}/gpl.txt

RUN_DEPENDS=    p5-NNTPClient:${PORTSDIR}/news/p5-NNTPClient

NO_BUILD=       yes

do-install:
         ${INSTALL_SCRIPT} ${WRKSRC}/script ${PREFIX}/bin
         ${MKDIR} ${PREFIX}/doc/${PORTNAME}
         ${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/doc/${PORTNAME}
         ${INSTALL_DATA} ${WRKSRC}/Changelog ${PREFIX}/doc/${PORTNAME}
         ${INSTALL_DATA} ${WRKSRC}/gpl.txt ${PREFIX}/doc/${PORTNAME}

.include <bsd.port.mk>




-- 
Regards,
Gary J. Hayers
gary at hayers.org

PGP Signature
http://www.hayers.org/pgp


More information about the freebsd-ports mailing list