freebsd-ports/devel/libgee06/Makefile
Stefan Eßer 5c8c372cfc devel/libgee06: Add CPE information
Approved by:	portmgr (blanket)
2021-10-14 23:30:27 +02:00

23 lines
547 B
Makefile

# Created by: Frank Steinborn <steinex@nognu.de>
# $MCom: ports/devel/libgee/Makefile,v 1.13 2012/10/14 20:47:22 kwm Exp $
PORTNAME= libgee
PORTVERSION= 0.6.8
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= GNOME
PKGNAMESUFFIX= 06
MAINTAINER= kwm@FreeBSD.org
COMMENT= GObject collection library
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-introspection=yes
INSTALL_TARGET= install-strip
USES= cpe gmake gnome libtool pathfix pkgconfig tar:xz
CPE_VENDOR= gnome
USE_GNOME= glib20 introspection:build
USE_LDCONFIG= yes
.include <bsd.port.mk>