blob: af60176afe78c12564968a804aaa15b23f9dea33 (
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
28
29
30
31
|
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= libunique
PORTVERSION= 3.0.2
PORTREVISION= 1
CATEGORIES= x11-toolkits
MASTER_SITES= GNOME
MAINTAINER= kwm@FreeBSD.org
COMMENT= Library for single instance applications
LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
USE_XORG= ice x11
USE_XZ= yes
USES= gettext gmake libtool:keepla pathfix pkgconfig
USE_LDCONFIG= yes
USE_GNOME= gtk30 gnomeprefix
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-maintainer-flags --enable-gtk-doc-html=no
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
post-patch:
@${REINPLACE_CMD} \
-e 's|unique tests doc|unique tests|g' \
${WRKSRC}/configure ${WRKSRC}/Makefile.in
.include <bsd.port.mk>
|