1999-06-06 17:22:13 +00:00
|
|
|
# New ports collection makefile for: gphoto
|
|
|
|
# Date created: 26 May 1999
|
|
|
|
# Whom: Anders Nordby <anders@fix.no>
|
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
1999-06-06 17:22:13 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 10:48:02 +00:00
|
|
|
PORTNAME= gphoto
|
2000-04-29 21:12:12 +00:00
|
|
|
PORTVERSION= 0.4.3
|
1999-06-06 17:22:13 +00:00
|
|
|
CATEGORIES= graphics
|
2000-07-15 16:19:21 +00:00
|
|
|
MASTER_SITES= ftp://ftp.gphoto.org/projects/gphoto/pub/tar/stable/ \
|
|
|
|
ftp://ftp.uk.linux.org/pub/gphoto/0.4/
|
|
|
|
|
2000-04-17 19:13:00 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1999-06-06 17:22:13 +00:00
|
|
|
|
|
|
|
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
|
|
|
|
|
2000-10-05 06:57:56 +00:00
|
|
|
USE_IMLIB= yes
|
1999-07-20 03:41:23 +00:00
|
|
|
USE_LIBTOOL= yes
|
2000-06-16 21:52:40 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-04-29 21:12:12 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
1999-06-06 17:22:13 +00:00
|
|
|
|
|
|
|
MAN1= gphoto.1
|
|
|
|
|
1999-10-21 06:24:42 +00:00
|
|
|
post-install:
|
2000-04-29 21:12:12 +00: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 17:22:13 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|