aboutsummaryrefslogtreecommitdiffstats
path: root/www/flickcurl/Makefile
blob: df9ecbad896d6344730efed7c01c8c4cb3732143 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    flickcurl
# Date created:             2007-07-27
# Whom:                 vanilla@
#
# $FreeBSD$
#

PORTNAME=   flickcurl
PORTVERSION=    1.7
PORTREVISION=   1
CATEGORIES= www
MASTER_SITES=   http://download.dajobe.org/flickcurl/

MAINTAINER= vanilla@FreeBSD.org
COMMENT=    C library for the Flickr API

LIB_DEPENDS=    curl.5:${PORTSDIR}/ftp/curl

USE_AUTOTOOLS=  libtool:15
USE_GNOME=  gnomehack gnometarget ltverhack libxml2 pkgconfig
USE_LDCONFIG=   yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc

MAN1=       flickrdf.1 flickcurl.1 flickcurl-config.1

.include <bsd.port.mk>