freebsd-ports/graphics/photopc/Makefile
Jason Helfman 54b634c84e - adjust comment and pkg-descr
- adopt optionsNG
- pass maintainership to submitter

PR:		172315
Submitted by:	nemysis@gmx.ch
2012-10-04 16:52:30 +00:00

33 lines
615 B
Makefile

# Created by: Douglas Carmichael <dcarmich@mcs.com>
#
# $FreeBSD$
PORTNAME= photopc
PORTVERSION= 3.07
CATEGORIES= graphics
MASTER_SITES= SF
MAINTAINER= nemysis@gmx.ch
COMMENT= Control cameras based on Sierra Imaging chipset and compatibles
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/epinfo \
bin/photopc \
include/eph_io.h \
lib/libeph_io.a
MAN1= epinfo.1 photopc.1
PORTDOCS= README protocol.htm usage.htm
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
.include <bsd.port.mk>