mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
28208a5625
textproc/libmrss-php: Add USES=libtool and support staging
29 lines
603 B
Makefile
29 lines
603 B
Makefile
# 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>
|