aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/qvplay/Makefile
blob: 8e027c49b38c18edf013323c9e96c292c991e60c (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# New ports collection makefile for:    qvplay
# Date created:     2 May 1997
# Whom:         Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $FreeBSD$
#

PORTNAME=   qvplay
PORTVERSION=    0.95
CATEGORIES= graphics
MASTER_SITES=   http://www.asahi-net.or.jp/~xg2k-hys/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Digital camera downloading tool for Casio QV series

WRKSRC=     ${WRKDIR}/QVplay095/obj/FreeBSD

GNU_CONFIGURE=  yes

MAN1=       qvplay.1 qvrec.1 qvalldel.1

PORTDOCS=   FAQ.txt HISTORY PROTOCOL.txt PROTOCOL.eng \
        README README.eng README.FreeBSD

pre-patch:
    @${MKDIR} ${WRKSRC}

pre-configure:
    @( cd ${WRKDIR}/QVplay095; ./setup FreeBSD )

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
.for file in ${PORTDOCS}
    ${INSTALL_DATA} ${WRKSRC}/../../${file} ${DOCSDIR}
.endfor
.endif
    @${SED} -e 's#/usr/local#${PREFIX}#' ${PKGMESSAGE}

.include <bsd.port.mk>