1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/www/flickcurl/Makefile
Vanilla I. Shu c28b747d6f Upgrade to 1.22.
PR:		ports/165627
Submitted by:	sunpoet@
2012-03-03 13:13:57 +00:00

26 lines
579 B
Makefile

# New ports collection makefile for: flickcurl
# Date created: 2007-07-27
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= flickcurl
PORTVERSION= 1.22
CATEGORIES= www
MASTER_SITES= http://download.dajobe.org/flickcurl/
MAINTAINER= vanilla@FreeBSD.org
COMMENT= C library for the Flickr API
LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl
USE_AUTOTOOLS= libtool
USE_GNOME= gnomehack 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>