c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
26 lines
711 B
Makefile
26 lines
711 B
Makefile
# $NetBSD: Makefile,v 1.17 2004/10/03 00:13:30 tv Exp $
|
|
#
|
|
|
|
DISTNAME= libgphoto2-2.1.4
|
|
PKGREVISION= 2
|
|
CATEGORIES= devel graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gphoto/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://gphoto.sourceforge.net/proj/libgphoto2/
|
|
COMMENT= Digital camera access library
|
|
|
|
CONFLICTS+= gphoto<2.1.1
|
|
|
|
USE_BUILDLINK3= YES
|
|
USE_LIBTOOL= YES
|
|
PKGCONFIG_OVERRIDE+= libgphoto2/libgphoto2.pc.in
|
|
USE_PKGLOCALEDIR= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/libusb/buildlink3.mk"
|
|
.include "../../graphics/libexif/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|