1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/sysutils/bibelot/Makefile
2019-08-21 23:18:46 +00:00

28 lines
591 B
Makefile

# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
PORTNAME= bibelot
PORTVERSION= 0.9.4
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/Bibelot/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Formats and converts text documents into compressed PalmDoc .pdb files
DEPRECATED= obsolete technology
EXPIRATION_DATE= 2019-09-21
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>