freebsd-ports/devel/libgee06/Makefile
Rene Ladan 4485bd8221 all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X

Reviewed by:	many

Differential Revision:	https://reviews.freebsd.org/D46601
2024-10-01 20:56:20 +02:00

28 lines
578 B
Makefile

PORTNAME= libgee
PORTVERSION= 0.6.8
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= GNOME
PKGNAMESUFFIX= 06
MAINTAINER= kwm@FreeBSD.org
COMMENT= GObject collection library
WWW= https://live.gnome.org/Libgee
USES= cpe gmake gnome libtool pathfix pkgconfig tar:xz
CPE_VENDOR= gnome
USE_GNOME= glib20 introspection:build
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-introspection=yes
INSTALL_TARGET= install-strip
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD
CFLAGS+= -Wno-error=incompatible-function-pointer-types
.endif
.include <bsd.port.mk>