2009-09-13 14:34:31 +02:00
|
|
|
# New ports collection makefile for: mod_flickr
|
|
|
|
# Date created: 2009-08-24
|
|
|
|
# Whom: vshankar
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mod_flickr
|
|
|
|
PORTVERSION= 1.0
|
2010-04-03 12:44:36 +02:00
|
|
|
PORTREVISION= 1
|
2009-09-13 14:34:31 +02:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://www.vshank.com/modcode/
|
|
|
|
|
|
|
|
MAINTAINER= venkyshankar@yahoo.com
|
|
|
|
COMMENT= Apache module for Flickr API access
|
|
|
|
|
2010-04-03 12:44:36 +02:00
|
|
|
LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl
|
2009-09-13 14:34:31 +02:00
|
|
|
|
2010-09-22 23:50:03 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
|
2009-09-13 14:34:31 +02:00
|
|
|
XTRA_FLAGS= -lcurl
|
|
|
|
|
|
|
|
AP_INC= ${LOCALBASE}/include
|
|
|
|
AP_LIB= ${LOCALBASE}/lib
|
|
|
|
|
|
|
|
.if defined(WITH_DEBUG)
|
|
|
|
XTRA_FLAGS+= -DDEBUG
|
|
|
|
.endif
|
|
|
|
|
|
|
|
AP_EXTRAS= ${XTRA_FLAGS}
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
USE_APACHE= 2.0+
|
|
|
|
AP_FAST_BUILD= yes
|
|
|
|
AP_GENPLIST= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|