aboutsummaryrefslogtreecommitdiffstats
path: root/palm/bibelot/Makefile
blob: 1ffb9db8154eb864260b1b1ab88c3041ca4acd46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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>