aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/qcread/Makefile
blob: 69f337befd239dc12a88b5be714932ae0ae95890 (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
# New ports collection makefile for:   qcread
# Date created:        23 August 1998
# Whom:                Bill Fumerola <billf@chc-chimes.com>
#
# $FreeBSD$
#

PORTNAME=   qcread
PORTVERSION=    0.3
CATEGORIES= graphics
MASTER_SITES=   ftp://mars.illtel.denver.co.us/pub/qcread/ \
        http://mars.illtel.denver.co.us/pub/qcread/

MAINTAINER= billf@FreeBSD.org

ONLY_FOR_ARCHS= i386

post-extract:

    @${CP} -r ${WRKSRC}/gnu-getopt/. ${WRKSRC}

do-install:

    ${INSTALL} ${COPY} -o root -g wheel -m 644 ${WRKSRC}/qcam.conf ${PREFIX}/etc
    ${INSTALL_PROGRAM} ${WRKSRC}/qcread ${PREFIX}/bin

.include <bsd.port.mk>