freebsd-ports/palm/bibelot/Makefile
Ying-Chieh Liao 07a23d1567 update to 0.9
Requested by: Roman Shterenzon <roman@xpert.com>
2001-01-31 11:45:19 +00:00

25 lines
431 B
Makefile

# ex:ts=8
# New ports collection makefile for: bibelot
# Date created: Jan 8, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= bibelot
PORTVERSION= 0.9
CATEGORIES= palm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ijliao@FreeBSD.org
USE_PERL5= yes
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin
.include <bsd.port.mk>