freebsd-ports/devel/linux-c7-dbus-glib/Makefile
Stefan Eßer 60764ff075 Add missing WWW entries
These ports reference the pkg-descr file of some other port and used
to get the WWW entry from that other port's file.

Reported by:	dan@langille.org (Dan Langille)
2022-09-12 17:29:04 +02:00

23 lines
499 B
Makefile

PORTNAME= dbus-glib
PORTVERSION= 0.100
DISTVERSIONSUFFIX= -7.el7
PORTREVISION= 1
CATEGORIES= devel linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= GLib bindings for D-Bus (Linux CentOS ${LINUX_DIST_VER})
WWW= https://www.freedesktop.org/wiki/Software/DBusBindings/
USES= cpe linux:c7
CPE_VENDOR= freedesktop
USE_LDCONFIG= yes
USE_LINUX= dbuslibs expat
USE_LINUX_RPM= yes
CONFLICTS= linux-c6-${PORTNAME}
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>