freebsd-ports/palm/bibelot/Makefile
Emanuel Haupt e888389f6d - Support staging
- Use shebangfix
2014-02-27 07:32:00 +00:00

25 lines
526 B
Makefile

# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $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 <bsd.port.mk>