23 lines
500 B
Makefile
23 lines
500 B
Makefile
# Created by johalun0@gmail.com
|
|
|
|
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>
|