Files
ports/devel/libgudev/Makefile
T
Niclas Zeising 23fd55b130 devel/libgudev: Update to 234
Update devel/libgudev to 234

PR:		249878
Submitted by:	Olivier Duchateau
2020-09-28 20:19:31 +00:00

25 lines
512 B
Makefile

# Created by johalun0@gmail.com
# $FreeBSD$
PORTNAME= libgudev
PORTVERSION= 234
CATEGORIES= devel
MASTER_SITES= GNOME
MAINTAINER= x11@FreeBSD.org
COMMENT= GObject bindings for libudev
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libudev.so:devel/libudev-devd
USES= gettext-runtime gmake gnome libtool pathfix pkgconfig tar:xz
USE_GNOME= glib20 introspection:build
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
CONFIGURE_ARGS= --disable-umockdev
.include <bsd.port.mk>