blob: 8ba654cda5ba064b581db082927969624faf8f44 (
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: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
# $MCom$
PORTNAME= libepc
PORTVERSION= 0.4.4
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= GNOME
MAINTAINER= kwm@FreeBSD.org
COMMENT= The Easy Publish and Consume library
LIB_DEPENDS= libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \
libsoup-2.4.so:${PORTSDIR}/devel/libsoup \
libgnutls.so:${PORTSDIR}/security/gnutls \
libavahi-ui-gtk3.so:${PORTSDIR}/net/avahi-gtk3
USES= gettext gmake libtool pathfix pkgconfig tar:xz
USE_GNOME= gnomeprefix gtk30
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
.include <bsd.port.mk>
|