blob: 1e39ad9e3af7973fc33e190b7cea4900c2cfe745 (
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
|
# Created by: Gustau Perez <gustau.perez@gmail.com>
PORTNAME= libgrss
PORTVERSION= 0.7.0
PORTREVISION= 2
CATEGORIES= net gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Library for easy management of RSS/Atom/Pie feeds
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
libxml2.so:textproc/libxml2
USES= cpe gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz
CPE_VENDOR= gnome
USE_GNOME= glib20 intlhack introspection:build
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-gtk-doc
INSTALL_TARGET= install-strip
.include <bsd.port.mk>
|