aboutsummaryrefslogtreecommitdiffstats
path: root/palm/bibelot/Makefile
blob: 632a9cb5b6d4a7b481e81c6f59c13cbab96e40b8 (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
25
# 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.2
CATEGORIES= palm
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ijliao@FreeBSD.org

USE_PERL5=  yes

WRKSRC=     ${WRKDIR}/${PORTNAME}
NO_BUILD=   yes

do-install:
    ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin

.include <bsd.port.mk>