# Created by: Ying-Chieh Liao # $FreeBSD$ PORTNAME= bibelot PORTVERSION= 0.9.4 CATEGORIES= palm MASTER_SITES= SF/${PORTNAME}/Bibelot/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Formats and converts text documents into compressed PalmDoc .pdb files USES= perl5 shebangfix NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/bibelot SHEBANG_FILES= bibelot.pl do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include