aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libmrss-php/Makefile
blob: edeb2c831006f778f3a94d34e4b22fd2534aa798 (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
27
28
# Created by: Rodrigo Osorio <rodrigo@FreeBSD.org>
# $FreeBSD$

PORTNAME=   libmrss
PORTVERSION=    0.19.2
PORTREVISION=   2
CATEGORIES= textproc
MASTER_SITES=   http://www.autistici.org/bakunin/libmrss/
PKGNAMESUFFIX=  -php

MAINTAINER= ports@FreeBSD.org
COMMENT=    PHP library for parsing, writing, and creating RSS

LIB_DEPENDS=    libmrss.so:${PORTSDIR}/textproc/libmrss

GNU_CONFIGURE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

USES=       libtool
USE_LDCONFIG=   yes

USE_PHP=    yes
USE_PHPEXT= yes
PHP_MODNAME=    mrss
WRKSRC=     ${WRKDIR}/${PORTNAME}-${PORTVERSION}/phpmrss

.include <bsd.port.mk>