1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/textproc/libmrss/Makefile
Baptiste Daroussin cf22090c5d - Trim header
- Drop shlib ABI version numbers from LIB_DEPENDS
- Split the php bindings into a separate ports as building was a different
  procedure anyway
- Fix buidling the php with recent php
- Drop article from COMMENT

PR:		ports/170776
Submitted by:	Rodrigo OSORIO <rodrigo@bebik.net>
Approved by:	clsung (maintainer timeout)
Feature safe:	yes
2012-12-05 17:15:36 +00:00

25 lines
527 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= libmrss
PORTVERSION= 0.19.2
PORTREVISION= 4
CATEGORIES= textproc
MASTER_SITES= http://www.autistici.org/bakunin/libmrss/
MAINTAINER= clsung@FreeBSD.org
COMMENT= C library for parsing, writing, and creating RSS
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
nxml:${PORTSDIR}/textproc/libnxml
GNU_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
USE_PKGCONFIG= yes
USE_GNOME= gnomehack
.include <bsd.port.mk>