freebsd-ports/www/flickcurl/Makefile
Peter Pentchev c189a6b2da Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
2009-01-23 15:43:14 +00:00

26 lines
581 B
Makefile

# 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>