2001-01-21 11:36:26 -05: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-01-31 06:45:19 -05:00
|
|
|
PORTVERSION= 0.9
|
2001-01-21 11:36:26 -05:00
|
|
|
CATEGORIES= palm
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= ijliao@FreeBSD.org
|
|
|
|
|
|
|
|
USE_PERL5= yes
|
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
do-install:
|
2001-01-31 06:45:19 -05:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin
|
2001-01-21 11:36:26 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|