1999-06-06 13:22:13 -04:00
|
|
|
# New ports collection makefile for: gphoto
|
|
|
|
# Date created: 26 May 1999
|
|
|
|
# Whom: Anders Nordby <anders@fix.no>
|
|
|
|
#
|
1999-08-25 02:16:32 -04:00
|
|
|
# $FreeBSD$
|
1999-06-06 13:22:13 -04:00
|
|
|
#
|
|
|
|
|
2002-03-07 19:37:10 -05:00
|
|
|
PORTNAME= gphoto2
|
|
|
|
PORTVERSION= 2.0
|
2002-03-30 17:59:16 -05:00
|
|
|
PORTREVISION= 2
|
1999-06-06 13:22:13 -04:00
|
|
|
CATEGORIES= graphics
|
2000-12-02 11:09:43 -05:00
|
|
|
MASTER_SITES= http://www.gphoto.net/dist/
|
2001-12-24 05:37:45 -05:00
|
|
|
|
2000-04-17 15:13:00 -04:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1999-06-06 13:22:13 -04:00
|
|
|
|
2002-03-18 04:46:46 -05:00
|
|
|
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
|
2002-03-15 14:44:29 -05:00
|
|
|
intl.1:${PORTSDIR}/devel/gettext-old \
|
2002-03-07 19:37:10 -05:00
|
|
|
usb-0.1.5:${PORTSDIR}/devel/libusb \
|
|
|
|
aa.1:${PORTSDIR}/graphics/aalib \
|
2002-03-30 17:59:16 -05:00
|
|
|
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
|
|
|
exif.5:${PORTSDIR}/graphics/libexif
|
2002-03-07 19:37:10 -05:00
|
|
|
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
|
|
|
|
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
|
1999-06-06 13:22:13 -04:00
|
|
|
|
2002-03-07 19:37:10 -05:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2000-04-29 17:12:12 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2002-03-07 19:37:10 -05:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2002-03-30 17:59:16 -05:00
|
|
|
CONFIGURE_ARGS= --without-cdk --without-fig2dev \
|
2002-03-07 19:37:10 -05:00
|
|
|
--with-doc-dir=${DOCSDIR}
|
2000-12-02 11:09:43 -05:00
|
|
|
INSTALLS_SHLIB= yes
|
1999-06-06 13:22:13 -04:00
|
|
|
|
2002-03-07 19:37:10 -05:00
|
|
|
MAN1= gphoto2.1
|
1999-06-06 13:22:13 -04:00
|
|
|
|
2002-03-07 19:37:10 -05:00
|
|
|
INSTALL_CMD= /usr/bin/install -c -o ${BINOWN} -g ${BINGRP}
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
.for file in configure libgphoto2_port/configure
|
2002-03-18 06:50:38 -05:00
|
|
|
@${PERL} -pi -e 's|-g -Wall||g' ${WRKSRC}/${file}
|
2000-04-29 17:12:12 -04:00
|
|
|
.endfor
|
2002-03-30 17:59:16 -05:00
|
|
|
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${PERL} -pi -e \
|
2002-03-07 19:37:10 -05:00
|
|
|
's|\@INSTALL\@|${INSTALL_CMD}|g ; \
|
|
|
|
s|AUTHORS COPYING README|AUTHORS README|g'
|
1999-06-06 13:22:13 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|