freebsd-ports/x11-toolkits/libunique3/Makefile
Dmitry Marakasov 3b48cb260c - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-08-25 11:04:15 +00:00

30 lines
739 B
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= libunique
PORTVERSION= 3.0.2
PORTREVISION= 2
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
USES= gettext gmake libtool pathfix pkgconfig tar:xz
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>