1999-06-06 19:22:13 +02:00
|
|
|
# New ports collection makefile for: gphoto
|
|
|
|
# Date created: 26 May 1999
|
|
|
|
# Whom: Anders Nordby <anders@fix.no>
|
|
|
|
#
|
1999-08-25 08:16:32 +02:00
|
|
|
# $FreeBSD$
|
1999-06-06 19:22:13 +02:00
|
|
|
#
|
|
|
|
|
2000-04-14 12:48:02 +02:00
|
|
|
PORTNAME= gphoto
|
2000-04-29 23:12:12 +02:00
|
|
|
PORTVERSION= 0.4.3
|
1999-06-06 19:22:13 +02:00
|
|
|
CATEGORIES= graphics
|
2000-12-02 17:09:43 +01:00
|
|
|
MASTER_SITES= http://www.gphoto.net/dist/
|
2001-12-24 11:37:45 +01:00
|
|
|
|
2000-04-17 21:13:00 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1999-06-06 19:22:13 +02:00
|
|
|
|
|
|
|
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
|
|
|
|
|
2000-10-05 08:57:56 +02:00
|
|
|
USE_IMLIB= yes
|
1999-07-20 05:41:23 +02:00
|
|
|
USE_LIBTOOL= yes
|
2000-04-29 23:12:12 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2000-12-02 17:09:43 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
1999-06-06 19:22:13 +02:00
|
|
|
|
|
|
|
MAN1= gphoto.1
|
|
|
|
|
1999-10-21 08:24:42 +02:00
|
|
|
post-install:
|
2000-04-29 23:12:12 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${PREFIX}/share/doc/gphoto
|
|
|
|
.for file in ChangeLog FAQ NEWS PROGRAMMERS README THANKS THEMES TODO
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gphoto
|
|
|
|
.endfor
|
|
|
|
.endif
|
1999-06-06 19:22:13 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|