2001-01-21 17:36:26 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: bibelot
|
|
|
|
# Date created: Jan 8, 2001
|
|
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= bibelot
|
2001-05-19 09:59:44 +02:00
|
|
|
PORTVERSION= 0.9.4
|
2001-01-21 17:36:26 +01:00
|
|
|
CATEGORIES= palm
|
2009-08-22 02:35:32 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/Bibelot/${PORTVERSION}
|
2001-01-21 17:36:26 +01:00
|
|
|
|
|
|
|
MAINTAINER= ijliao@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Formats and converts text documents into compressed PalmDoc .pdb files
|
2001-01-21 17:36:26 +01:00
|
|
|
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/bibelot
|
2001-01-21 17:36:26 +01:00
|
|
|
USE_PERL5= yes
|
|
|
|
|
2001-02-01 03:15:36 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
2001-01-21 17:36:26 +01:00
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
do-install:
|
2001-04-14 22:21:57 +02:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}
|
2001-01-21 17:36:26 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|