diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-05 17:15:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-05 17:15:36 +0000 |
commit | cf22090c5d8730cbd7e9db2ad3681b8d2ca491d2 (patch) | |
tree | 7dce4e49ff2fcb7893a68b6ff9dde442e18ebb67 /textproc/libmrss/Makefile | |
parent | 813198670f706f24b237ef3267b3a5b74e9c3be5 (diff) | |
download | ports-cf22090c5d8730cbd7e9db2ad3681b8d2ca491d2.tar.gz ports-cf22090c5d8730cbd7e9db2ad3681b8d2ca491d2.zip |
Notes
Diffstat (limited to 'textproc/libmrss/Makefile')
-rw-r--r-- | textproc/libmrss/Makefile | 38 |
1 files changed, 7 insertions, 31 deletions
diff --git a/textproc/libmrss/Makefile b/textproc/libmrss/Makefile index 5ff41eb27853..3253e95f9421 100644 --- a/textproc/libmrss/Makefile +++ b/textproc/libmrss/Makefile @@ -1,23 +1,17 @@ -# Ports collection makefile for: libmrss -# Date created: Jan 2, 2007 -# Whom: Cheng-Lung Sung <clsung@FreeBSD.org> -# +# Created by: Cheng-Lung Sung <clsung@FreeBSD.org> # $FreeBSD$ -# PORTNAME= libmrss PORTVERSION= 0.19.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= http://www.autistici.org/bakunin/libmrss/ MAINTAINER= clsung@FreeBSD.org -COMMENT= A C library for parsing, writing, and creating RSS +COMMENT= C library for parsing, writing, and creating RSS -LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ - nxml.18:${PORTSDIR}/textproc/libnxml - -OPTIONS= PHPMRSS "support to PHP" on +LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ + nxml:${PORTSDIR}/textproc/libnxml GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include @@ -25,24 +19,6 @@ LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes USE_PKGCONFIG= yes -WANT_GNOME= yes - -pre-patch: - ${gnomehack_PRE_PATCH} - -.include <bsd.port.pre.mk> - -.if defined(WITH_PHPMRSS) -BROKEN= does not compile -USE_PHP= yes -USE_PHP_BUILD= yes -USE_AUTOTOOLS+= autoconf:env -post-install: - @(cd ${WRKSRC}/phpmrss; ${SETENV} ${SCRIPTS_ENV} ${LOCALBASE}/bin/phpize) - @(cd ${WRKSRC}/phpmrss; ${SETENV} ${SCRIPTS_ENV} CC=${CC} ./configure; ${MAKE} install) -PLIST_SUB+= PHPMRSS="" -.else -PLIST_SUB+= PHPMRSS="@comment " -.endif +USE_GNOME= gnomehack -.include <bsd.port.post.mk> +.include <bsd.port.mk> |