blob: d8c157782c0e779d5b8051cf17e7eaf6d8cc99a7 (
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
|
# Created by: Douglas Carmichael <dcarmich@mcs.com>
# $FreeBSD$
PORTNAME= photopc
PORTVERSION= 3.07
CATEGORIES= graphics
MASTER_SITES= SF
MAINTAINER= nemysis@FreeBSD.org
COMMENT= Control cameras based on Sierra Imaging chipset and compatibles
GNU_CONFIGURE= yes
PLIST_FILES= bin/epinfo \
bin/photopc \
include/eph_io.h \
lib/libeph_io.a \
man/man1/epinfo.1.gz \
man/man1/photopc.1.gz
PORTDOCS= README protocol.htm usage.htm
OPTIONS_DEFINE= DOCS
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
|